inChurch
Webhooks

Best Practices

Endpoint Design

  • Verify signature first
  • Acknowledge immediately (2xx)
  • Process asynchronously (queue)

Idempotency

Use X-API-Delivery-ID to avoid duplicate processing.

Event Routing

Map handlers by event for efficient routing.

Last modified on