Webhook

Found in Dashboard under Setup > Policies.

Add your HTTPS endpoint as a webhook to receive Events. We recommend using a cloud function, as they are generally reliable and come preconfigured with HTTPS support.

Event handling

Events may contain one or more Recommendations. Design your system to respond accordingly.

Request body

Webhooks will receive a JSON-encoded object in the request body containing a single field.

body object An object containing the following fields:

Retry on failure

Should we fail to send data to your webhook, our system will retry for several minutes using exponential backoff. If we are still unable to send the data, our system will timeout and we will not retry again later.

Please contact Support if you have questions or requirements.

Last updated