Analytics and tooling
Pertento for Webhooks
A signed POST to an endpoint you control, for exposures and lifecycle events, when nothing off the shelf fits.
One script tag · 0.9 KB · no cookiesAll integrations
When the destination is your own warehouse, your own queue, or a tool nobody has built an integration for, a webhook is the answer. Pertento posts a signed JSON payload to an endpoint you control, for exposures and for experiment lifecycle events: started, stopped, deployed, alarmed. Verify the signature, respond quickly, and do the work asynchronously; a receiver that blocks is a receiver that will start missing deliveries.
How it connects
- Register the endpoint and choose which events it should receive.
- Verify the signature on every request before trusting the payload.
- Acknowledge immediately and process asynchronously, and expect the occasional retry.
More in Analytics and tooling
All integrations