title: “Register an outbound webhook” description: “Receive HTTP notifications on your server when an event occurs (new donation, member created).” audience: [“developer”] modules: [“api”,“integraciones”] estimated_minutes: 4 last_reviewed: “2026-05-03”
Register an outbound webhook
For: Developer
Last reviewed:
Your endpoint must respond 2xx within 5 seconds. Undelivered events are retried for up to 24 hours with exponential backoff.
TL;DR
Integrations → Webhooks → New, capture URL and events.
Steps
1. Integrations → Webhooks → New webhook.
2. Capture the public URL (HTTPS required).
3. Tick events to receive (e.g. donation.created, member.created).
4. Copy the signing secret: use it to verify each request.
5. Test with send test event.
6. Activate the webhook.
Was this helpful?id:
register-outbound-webhookLast updated on