Details
-
Type:
Sub-task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.12.0-b1
-
Component/s: None
-
Labels:None
Description
Add new messenger notices for ticket added and updated.
Add a new support staff setting "Receive Ticket Messenger Notification" under "Receive Mobile Ticket Emails". This should function basically the same as the support ticket mobile emails.
A getMessageTemplates() method should be added to the SupportManagerPlugin class with the following response:
[
[
'action' => 'SupportManager.staff_ticket_updated',
'type' => 'staff',
'tags' => same as the SupportManager.staff_ticket_updated_mobile email,
'content' => ['sms' => same as the SupportManager.staff_ticket_updated_mobile email],
],
[
'action' => 'SupportManager.staff_ticket_assigned',
'type' => 'staff',
'tags' => same as the SupportManager.staff_ticket_assigned email,
'content' => ['sms' => same as the SupportManager.staff_ticket_assigned email],
]
]