Ticket system callbacks
The following ticket system callbacks are available:
Support agent response
With the support agent response callback, you will receive the following form values:
| Parameter | Value | Type |
|---|---|---|
callback_type |
| string |
ticket_id |
| integer |
support_reply |
| string |
ticket_status |
| string |
Ticket closed
With the ticket closed callback, you will receive the following form values:
| Parameter | Value | Type |
|---|---|---|
callback_type |
| string |
ticket_id |
| integer |
support_reply | | string |
ticket_status |
| string |
Last updated on