Latest API and SDK updates. Subscribe via RSS · Discord
Latest API and SDK updates. Subscribe via RSS · Discord
Webhooks & Events – receive email and domain events via HTTP callbacks. Subscribe to message lifecycle events (received, sent, delivered, bounced, complained, rejected) and domain verification. Use Svix headers for verification and filter by inbox or pod. Perfect for agents that need reliable, async notifications without keeping a WebSocket open.
Webhook events:
message.received - New inbound emailmessage.sent - Outbound message sentmessage.delivered - Delivery confirmedmessage.bounced - Bounce (with type and recipients)message.complained - Spam complaintmessage.rejected - Rejection (e.g. validation)domain.verified - Domain verification succeededDelivery & verification:
svix-id, svix-signature, svix-timestamp for verificationBuild agents that:
Set up and verify webhooks in our Webhooks documentation.