Payload Formats

Choose between two formats when configuring your webhook:

Events sent as a JSON object with an events array:

{
  "events": [
    {"event": "delivery", "email": "[email protected]", ...}
  ]
}

Last updated

Was this helpful?