Webhooks
(IN PROGRESS)
Summary
Our system uses a push-based event notification logic that proactively sends events related to the user journey via webhooks. It batches events based on time/count thresholds and ensures reliable delivery with retries
- Event Webhooks are sent across the user journey
Depo Configurations
You can register the endpoints where to receive the webhooks in Depo. You can also configure your batching preferences and filter by event type.
Time/Count Batching
We allow our partners to specify the event types they want to receive. These can be batched in a hybrid approach, based on time or on a count of a number of events.
Time-wise we support time windows from 1 second up until 1 minute, while batch sizes may range up until 100 events coupled together.
mTLS authentication
mTLS (Mutual TLS) authentication is a security mechanism where both the client and the server authenticate each other using TLS certificates. Both the client and server must have valid TLS certificates issued by a trusted Certificate Authority (CA).
We authenticate our webhook calls using our pre-existing mTLS infrastructure and also secure our webhook payloads prior to sending them.