Webhook payloads
message.sent
Sent when a message has been handed off to the carrier (mail server, SMS gateway, or push provider). This does not guarantee delivery.
WEBHOOK
Authorizations
All requests must include Authorization: Bearer <api_key>. Keys are prefixed pw_live_ or pw_test_. See Authentication.
Body
application/json
Example:
"evt_1a2b3c"
Available options:
event Available options:
message.sent, message.delivered, message.bounced, message.opened, message.clicked, message.complained, contact.unsubscribed, domain.verified The object the event happened to, e.g. a Message or Contact
Response
200
Acknowledge receipt