Using Webhooks
Get up and running with TrackSim Webhooks!
TrackSim uses webhooks to notify your applications when an event occurs on the TrackSim platform.
TrackSim currently supports the following events:
job.deliveredjob.cancelled
Note: This webhook system doesn't support Discord Webhook URL. The system will automatically decline any webhook urls with Discord in the URL.
#Configure webhooks for your application
To configure what webhooks are sent to your applications, you should head over to the settings page and add a new webhook URL, you may also select what events you would like sent to your webhook.
#How do our webhooks work?
When an event occurs within our system, we will fire all information for that event to the webhooks you set up in the settings page. You can then use the information sent to update the information on your application.
Webhooks are sent via POST method to the URL you specified. Please see more information below for payload examples for each event.