Webhooks
Overview
Webhooks allow your applications to receive real-time notifications when events occur in the InChurch platform. Instead of continuously polling the API for changes, webhooks push data to your application immediately when something happens.
How Webhooks Work
Event Flow
- Event triggers in InChurch (new member, event registration, etc.)
- Webhook queued for delivery within 1 second
- Your endpoint receives an HTTP POST
- Your endpoint responds with HTTP 2xx within 5 seconds
- Failed deliveries are retried up to 10 times
Last modified on