Webhooks API¶
Configure webhooks for real-time notifications.
Create Webhook¶
Request Body:
{
"url": "https://your-server.com/webhook",
"events": ["email.received", "threat.detected"],
"secret": "your-secret-key"
}
Webhook Events¶
| Event | Description |
|---|---|
email.received | New email received |
threat.detected | Threat detected |
pattern.detected | Pattern detected |
system.alert | System alert |
Verify Webhook Signature¶
Support¶
- API Overview - Back to API overview
- FAQ - Common questions
- Contact - Get support