Skip to main content

Retries and Failures

If your Webhook Endpoint is offline, or failing to respond successfuly to a Tiltify Webhook, we will retry using the schedule provided here. It is important that you respond succesfuly to all Tiltify Webhooks that we send.

danger

If your application fails to respond successfully (status code 200-299) after the 12th retry, Your Webhook Endpoint will be deactivated.

Retry Schedule

Retry CountDelay TimeTotal Time since Event
00s0s
12s2s
24s6s
38s14s
416s30s
532s62s
664s126s
7128s254s
8256s510s
9512s1022s
10900s1922s
11900s2822s
12900s3722s

Reenabling Your Webhook Endpoint

We provide two ways to reenable your Webhook Endpoint. The dashboard method is great for local testing, where your application may not be online at all times, and you don't need to do it that often. The API method is great for production applications, where you can ensure your Webhook Endpoint is enabled when your application boots for every deploy.

Through the Dashboard

You can reenable a deactivated endpoint by switching the Active switch in your Developer Dashboard.

a screenshot of the webhook endpoint activate

Through the API

Additionally we provide an API Endpoint to reactivate your endpoint automatically. This endpoint requires an Application Access Token with the webhooks:write scope. If you think you need to, you can use this endpoint whenever your application boots to ensure that your Webhook Endpoint is Enabled

See the API Reference for more information on this endpoint.