API & Webhooks
Enabling Webhook Notifications
Instructions for turning on and configuring webhook notifications in SimpleTix.
1. Enable Webhooks
- Log in to your SimpleTix Manager account. You can either go directly to the Advanced Options page or log in at https://manager.simpletix.com/ and click on Settings in the top rail.
- In the Settings menu, select Advanced Options from the left-hand side.
- Locate the Enable Webhooks option, toggle it on, and save your changes.
2. Configure Your Webhook URL
- The webhook URL is the endpoint on your server where SimpleTix will send POST notifications.
- Provide a URL that’s capable of accepting incoming POST requests. This endpoint should be secure (using HTTPS) and able to process URL-encoded form data.
3. Webhook Payload and Trigger Details
- When a new order is created via SimpleTix, a POST request is sent to your configured URL.
Was this page helpful?