- Follow the guide to install the Delayer app from Zendesk marketplace if you have not done so previously.
-
Create a trigger with the following Conditions. We want it to trigger when a messaging ticket's status is updated to Solved:
-
Create a trigger action with the following payload to call Delayer webhook:
{ "delay": 0, "message": { "author": { "type": "business" }, "content": { "text": "This ticket was marked as Solved", "type": "text" } }, "ticket_id": "{{ticket.id}}" }where
delayis the delay in seconds.messagestructure is in Sunshine conversation format.textis the message text.
You can see the list of Zendesk placeholders here:
https://support.zendesk.com/hc/en-us/articles/4408886858138-Placeholder-reference-for-business-rules - Save the resulting trigger.
Comments
0 comments