Skip to main content
GoSentrix automatically retries failed webhook deliveries.

Retry Schedule

Success Criteria

Webhook delivery is considered successful if:
  • HTTP status 200 OK received
  • Response received within 5 seconds
  • No network errors

Failure Handling

After all retries exhausted:
  • Webhook marked as failed
  • Alert sent to tenant admins
  • Manual retry available via API

Best Practices

  • Respond quickly (< 5 seconds)
  • Return 200 OK immediately
  • Process asynchronously
  • Implement idempotency
  • Monitor webhook status
  • Set up alerts for failures