Pricing Documentation Sign up Log in

Webhooks

Delivery & Retries

Timeout and Response Requirements

  • Timeout: Your endpoint must respond within 5 seconds
  • Success Response: Any HTTP status code in the 2xx range (200-299) is considered successful
  • Response Body: We capture up to 1,000 characters of your response for logging purposes

Retry Behavior

If your webhook endpoint doesn't respond with a 2xx status code or times out, we'll automatically retry the delivery using exponential backoff.

Previous
Security