Implemented
Customer webhooks to connect EventOpsly to your systems
Configure outbound webhook endpoints that receive signed event payloads when orders, registrations, and other platform events occur.
Production-ready in the EventOpsly platform
Workflow
- 1.Register webhook endpoint URL and secret in organizer settings
- 2.Subscribe to internal event types
- 3.Worker dispatches signed payloads asynchronously
- 4.Review delivery status and retries
Capabilities
- Webhook endpoint CRUD in organizer settings
- HMAC-signed delivery payloads
- Asynchronous dispatch via transactional outbox
- Delivery tracking with retries
- Event-type subscription filtering
Related topics
Frequently asked questions
- Are inbound provider webhooks the same as customer webhooks?
- No. Customer webhooks are outbound from EventOpsly to your systems. Inbound provider webhooks (e.g. payment providers) are handled separately with signature verification.