Delivery flow
- The Jointl Zapier app registers its target through
POST /api/v1/webhook-subscriptions. - Jointl sends the notification below when a matching event occurs. Exact duplicate delivery is possible.
- Zapier acknowledges the notification promptly and passes its
idtoevents.get. - Jointl returns the authorized event data using the connected member’s current permissions.
Notification payload
Example
Delivery behavior
- Delivery semantics: at-least-once notification with durable event hydration.
- Subscription lease: 21 days.
- Event hydration window: 30 days.
- Target: Target URL registered through POST /api/v1/webhook-subscriptions.