Webhook Timeouts

Understanding webhook connection and read timeouts

The webhook API currently has the following timeouts:

Timeout TypeDuration
Connection timeout10 seconds
Read timeout15 seconds

Best Practices

  • Ensure your webhook endpoint responds quickly (within the timeout limits)
  • For long-running operations, acknowledge the webhook immediately and process asynchronously
  • Monitor your endpoint response times to avoid timeout issues