This article provides guidance on how to create triggers that send SMS or notification messages based on changes in ticket status.
1. Information Required for Webhook Setup (Contact support@matrixcloud.kr)
serverGroup, external-access-key
2. App and Integration Services > Create Webhook
Webhook URL : https://desk.matrixcloud.kr/matrixIpcc/serverGroup/ext-api/sms-sending/v1
3. Create SMS Sending Trigger
3-1. Trigger Condition Example

3-2. Webhook JSON Body for Trigger Action
|
{ "center": "center id", "userid": null, "email": "{{current_user.email}}", "templateId": 999, "receiveNumber": "{{ticket.requester.phone}}", (If using variables in the SMS template) "replaceVariable": {"name": "{{ticket.requester.name}}" , "phone": "{{ticket.requester.phone}}" }, (If not using variables in the SMS template, set to null or omit the line below) “replaceVariable": null "serverGroup": "serverGroup" } |
※ Example of SMS Template Used in the Above Trigger
Thank you
Comments
0 comments
Please sign in to leave a comment.