OUTREACH
Webhooks
Configure webhooks to receive real-time notifications about email events
Production Webhook
activeCreated 16/09/2025 • Last triggered 23/09/2025, 20:14:43
https://myapp.com/webhooks/emailreach
Email SentEmail DeliveredEmail Opened
Webhook Payload
Example payload structure for webhook events
{
"event": "email.sent",
"timestamp": "2024-01-15T10:30:00Z",
"data": {
"id": "email_123",
"to": "user@example.com",
"subject": "Welcome to EmailReach Pro",
"status": "sent"
}
}