For Order Webhooks: Toggle on “Turn on the Post Order webhook feature” and enter your order notification endpoint URL.
For Post-Scan Webhooks: Toggle on “Turn on the Post Scan webhook feature” and enter your scan notification endpoint URL.
Each webhook URL is the endpoint on your server where SimpleTix will send POST notifications.
Provide URLs that are capable of accepting incoming POST requests. These endpoints should be secure (using HTTPS) and able to process URL-encoded form data.
Note the difference in formats: Order webhooks use the legacy form-encoded data format for backwards compatibility, while the newer Post-Scan webhooks use JSON. Your endpoint will need to handle the appropriate format for each webhook type.
Sends a POST request when a ticket is scanned using the SimpleTix Organizer app.
This webhook triggers only for actual scans and will not fire when attendees are admitted manually through the web interface.
Enables real-time tracking and custom actions when attendees check in at your event.
Both webhook types can be configured independently from the Advanced Options page, allowing you to send different types of notifications to different endpoints as needed.
This response includes the participant details, ticket information, and scan result, allowing you to trigger custom actions in your systems when attendees arrive at your event.