Go to: Settings > API > Webhooks
- Select type of event that triggers the webhook.
- Enter a valid URL that will receive the webhook data.
Webhooks are triggered by events in Ticket Tailor. At the moment we support the following events:
Order
| Event | Description |
|---|
| Created | Fires a webhook when an order is created. |
| Updated | Fires a webhook when an order is updated. This includes cancelling an order. |
Issued ticket
| Event | Description |
|---|
| Created | Fires a webhook when an issued ticket is created. |
| Updated | Fires a webhook when an issued ticket is updated. This includes voiding issued tickets. |
Event
| Event | Description |
|---|
| Created | Fires a webhook when an event is created. |
| Updated | Fires a webhook when an event is updated. |
| Deleted | Fires a webhook when an event is deleted. |
Waitlist signup
| Event | Description |
|---|
| Created | Fires a webhook when a waitlist signup is created. |