Skip to main content
The Call Webhook action lets you integrate email processing with other services. When a rule triggers, Inbox Zero sends the email data to your specified endpoint.

Configuration

  • Method: POST
  • Content-Type: application/json
  • Headers: Always includes X-Webhook-Secret (empty string if no secret is configured in settings)

Payload

Set up a webhook secret in settings to secure your endpoints. The secret is included in the X-Webhook-Secret header of every request.