Webhooks live on our API

Webhooks.png

We’ve just added webhooks to our API.

Wait, what are webhooks?
Webhooks are automated messages sent from apps when something happens.

So, you can create a webhook for various things that happen in Ticket Tailor and send all the relevant information to your own application. For example, you could use webhooks to update your website listings every time an event is created or updated in Ticket Tailor, or you could add contacts to your CRM every time a new order is created.

Webhooks can be fired for the following things:

  • When an order has been created or updated (order.created, order.updated)

  • When an issued ticket has been created or updated (issued_ticket.created or issued_ticket.updated)

  • When an event has been created, updated, or deleted (event.created, event.updated, event.deleted)

When a webhook is fired we include all the related data for that object for your application to use.

You can create webhooks easily from your Ticket Tailor dashboard.

To learn more, check out our API documentation for everything you need, or if you have questions or feedback, feel free to reach out to us by email, at api@tickettailor.com.