Jump to content

Admin Email notification


LosBooom

Recommended Posts

Hello.

When I assign an employee to a ticket through the admin ticket viewing form, to my employee comes email from Email templates > Admin messages > Support Ticket Change Notification.

 

But when i use WHMCS API like so:

$assignTicket = localAPI('UpdateTicket', [

    'ticketid' => $tickeid,

    'flag' => $adminid,

]);

there is no notification.

 

1. I regard this as an API bug. Are there any ways to fix this?

2. How can I manually send an email to only the employee to whom the ticket is assigned?

It seems that SendEmail and SendAdminEmail not suitable for me.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated