Skip to main content

How can I create a webhook?

Use webhooks to automatically update other applications when things happen in Ticket Tailor.

Written by Rhio

Webhooks are automated messages sent from apps when something happens. 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.

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


How can I use webhooks?

  • 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 issued membership has been created or updated (issued_membership.created or issued_membership.updated).

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

    • When a waitlist signup has been created (waitlist_signup.created).

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


How to create a webhook

Screenshot showing the API page in Ticket Tailor, with the 'Webhooks' tab selected.
  • From your Ticket Tailor dashboard, open your Box office Settings, then click API from the left-hand menu.

  • Click the tab that says Webhooks.

  • Click the button Create new webhook.

A screenshot of the 'Create new webhook' form.
  • Use the dropdown menus to configure your webhook.

  • Add your URL (this is the link that is going to receive the data we send).

    • The URL should not be guessable, shared, advertised or be publicly documented.

  • Choose whether to set a custom header to be sent with your webhook request.

  • Click Update.

Did this answer your question?