For the complete documentation index, see llms.txt. This page is also available as Markdown.

Retrying schedule

Your endpoint must respond with an HTTP 2xx status code to acknowledge receipt. Any other response is treated as a failure and the webhook is retried automatically.

Each webhook is retried on the following schedule, with each attempt starting after the previous one fails:

  • Immediately

  • After 5 seconds

  • After 5 minutes

  • After 30 minutes

  • After 2 hours

  • After 5 hours

  • After 10 hours

  • After a further 10 hours

Last updated