Webhooks — Real-time event forwarding
Use Webhooks to push Bigdelta events to your own infrastructure in real time. Build custom workflows, sync internal systems and trigger automations the moment something important happens.
What you get
Custom endpoints
Send events to any HTTPS endpoint you control with a simple URL and optional headers.
Event filtering
Choose which events trigger webhooks and add conditions based on event properties or visitor traits.
Reliable delivery
Bigdelta retries failed deliveries with exponential backoff so you never miss critical events.
Metrics you get
Events deliveredActive endpointsFailed deliveriesDelivery latency
Use cases
- Trigger internal workflows and automations
- Sync customer data to your own database or CRM
- Alert custom systems when key events occur
Common questions.
What events can I send via webhooks?
Any event tracked in Bigdelta: pageviews, signups, orders, feature usage, funnel steps and custom events.
How do I secure webhook deliveries?
Add a shared secret header and verify the signature on your endpoint to confirm payloads come from Bigdelta.
More in Automations