Message processed
Sent when a message has been processed and is ready for delivery.
Headers
HMAC-SHA256 signature of the request, formatted as t={timestamp},v1={signature}. Verify it against the webhook's signing key to authenticate the delivery.
Unique identifier of the event, useful for idempotent processing.
Set to true when the delivery is a test, otherwise omitted.
true Body
Payload delivered for the processed event.
When the event occurred (ISO 8601 / RFC 3339).
Unique identifier of the message the event relates to.
Unique identifier of the channel the message was sent from.
transactional, broadcast processed The recipients the message was sent to.
Subject line of the message.
Tags associated with the message.
Arbitrary key/value metadata associated with the message.
Response
Return any 2XX status code to acknowledge receipt.