Connect your email to sync conversations and send from Torvald
| Date | To / From | Subject | Status |
|---|
Send real-time events to external services like Zapier, Slack, or your own server
Webhooks send an HTTP POST with a JSON body to the URL you configure.
X-Torvald-Signature (HMAC-SHA256 of the raw body, using your webhook secret) and X-Torvald-Event (the event name).{ "event": string, "timestamp": string, "data": object }