Sign in to manage your email webhooks

Sign in with your Gmail account to configure webhook forwarding for your emails.

Account Overview

-
Emails Processed This Month
-
Webhook Status

Gmail Watch Setup

Step 1: Set up Gmail push notifications to send email notifications to your unique webhook URL.
Loading...
Use this URL when setting up Gmail push notifications (watch API)

Delivery Webhook Configuration

Step 2: Configure where YOU want to receive the processed email webhooks. Each request will be signed with HMAC-SHA256 for security.
Use this secret to verify webhook signatures in the X-Webhook-Signature header

Webhook Payload Example

{
  "message_id": "abc123",
  "thread_id": "thread456",
  "subject": "Hello World",
  "from": {
    "name": "John Doe",
    "address": "john@example.com"
  },
  "to": "you@gmail.com",
  "date": "2025-12-30T10:00:00Z",
  "text": "Email body as plain text",
  "html": "<p>Email body as HTML</p>",
  "attachments": []
}

Webhook Headers

  • X-Account-ID: Your account identifier
  • X-Message-ID: Unique message identifier
  • X-Webhook-Signature: HMAC-SHA256 signature of the payload

Recent Deliveries

Loading logs...

Danger Zone

Delete your account and all associated data. This action cannot be undone.