Webhooks empower you to send data from your SquadCast Account to trusted apps when important events happen.
- Navigate to your Account page and select Developers within the left side navigation
- Click the Create Webhook button
- Input the Webhook URL that you would like to send your data to
- The URL must be accessible over HTTPS
- The URL cannot be served from localhost, we recommend Localtunnel for testing purposes
- Check the box to the left of one or more Webhook Events that you would like to send your data
- Click the Create button to save your Webhook
Delivery
- If webhooks URLs do not respond with HTTP status code 200 or the request times out, we will retry the request
- We will continue to retry the request for a few minutes with an exponential backoff strategy