Email

Connect your email to sync conversations and send from Torvald

Total Sent
Opened
Clicked
Open Rate
Click Rate
Sent (7d)
Date To / From Subject Status

Webhooks

Send real-time events to external services like Zapier, Slack, or your own server

Webhook documentation

Webhooks send an HTTP POST with a JSON body to the URL you configure.

  • Each request includes X-Torvald-Signature (HMAC-SHA256 of the raw body, using your webhook secret) and X-Torvald-Event (the event name).
  • Payload shape: { "event": string, "timestamp": string, "data": object }