Integrations
Webhook Integration Guide
Configure robust webhook destinations for reliable message automation.
Webhook is the most flexible MailHook integration type.
Endpoint requirements
- Publicly reachable HTTPS endpoint.
- Predictable response behavior.
- Server logging for request inspection.
Reliability recommendations
Use idempotency
Handle duplicate requests safely downstream.
Return fast
Acknowledge quickly and defer heavy processing internally.
Validate signatures/payloads
Apply your own validation rules before side effects.
Monitoring checklist
- Track non-2xx response rates.
- Alert on sustained retrying/dead statuses.
- Keep structured logs keyed by message identifiers.