Webhook
Last updated
Last updated
Add your HTTPS endpoint as a webhook to receive . We recommend using a cloud function, as they are generally reliable and come preconfigured with HTTPS support.
Events may contain one or more . Design your system to respond accordingly.
Webhooks will receive a JSON-encoded object in the request body containing a single field.
body
object An object containing the following fields:
event
object An .
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.