Test Your Webhook Integration

Simulate different webhook events by sending test emails.

Send to specific emails in Integration Mode to safely simulate different events without affecting your domain reputation. These addresses support labeling to help you differentiate between test. Simply add a label after the + to track and differentiate test scenarios (e.g., [email protected])

Test sent event

To test the sent event, you can send an email to:

[email protected]

If you want to test with labeling, you can use the following addresses:

[email protected]

[email protected]

[email protected]

After sending the email, you’ll receive a webhook response like this:

{
  "type": "sent",
  "createdAt": "2025-11-28T06:29:34+00:00",
  "messageId": "fdf8fcd2-e9f7-48bb-99f4-34e9093280d5",
  "data": {
    "to": "[email protected]",
    "from": "[email protected]",
    "id": "be55a7aa-2326-421b-ac2f-997da114c2e2",
    "customerReference": "testing-integration-mode"
  }
}

Test delivered event

To test the delivered event, you can send an email to:

[email protected]

If you want to test with labeling, you can use the following addresses:

[email protected]

[email protected]

[email protected]

After sending the email, you’ll receive a webhook response like this:

{
  "type": "delivered",
  "createdAt": "2025-10-30T13:29:50+00:00",
  "messageId": "346e6a88-2b7c-4353-be30-ea76ddeb2171",
  "data": {
    "to": "[email protected]",
    "from": "[email protected]",
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "customerReference": "Integration Mode"
  }
}

Test opened event

To test the opened event, you can send an email to:

[email protected]

If you want to test with labeling, you can use the following addresses:

[email protected]

[email protected]

[email protected]

After sending the email, you’ll receive a webhook response like this:

{
  "type": "opened",
  "createdAt": "2025-10-30T13:30:23+00:00",
  "messageId": "ad6b794f-beb1-4654-b8da-a199f8c962db",
  "data": {
    "to": "[email protected]",
    "from": "[email protected]",
    "id": "c4f9a8e2-1d5b-4c3a-9f7e-6b2d8a1c4e9f",
    "customerReference": "Integration Mode"
  }
}

Test clicked event

To test the clicked event, you can send an email to:

[email protected]

If you want to test with labeling, you can use the following addresses:

[email protected]

[email protected]

[email protected]

After sending the email, you’ll receive a webhook response like this:

{
  "type": "clicked",
  "createdAt": "2025-10-30T13:30:30+00:00",
  "messageId": "81ca440b-298f-4cea-a326-8863f8ac81a4",
  "data": {
    "to": "[email protected]",
    "from": "[email protected]",
    "id": "5e3d7f2a-9c1b-4a8e-b6d4-3f7c2a9e1b5d",
    "customerReference": "Integration Mode"
  }
}

Test bounced event

To test the bounced event, you can send an email to:

[email protected]

If you want to test with labeling, you can use the following addresses:

[email protected]

[email protected]

[email protected]

After sending the email, you’ll receive a webhook response like this:

{
  "type": "bounced",
  "createdAt": "2025-11-28T06:29:57+00:00",
  "messageId": "8814fd39-1ba7-4d94-bd4f-fbb2a85ea5ba",
  "data": {
    "to": "[email protected]",
    "from": "[email protected]",
    "id": "c7699f04-92b1-44b7-836a-8ce51cf2a2ad",
    "customerReference": "testing-integration-mode",
    "bounce": {
      "type": "Bounce",
      "subType": "Integration Mode",
      "message": "Integration Mode: bounced webhook simulation."
    }
  }
}

Test suppressed event

To test the suppressed event, you can send an email to:

[email protected]

If you want to test with labeling, you can use the following addresses:

[email protected]

[email protected]

[email protected]

After sending the email, you’ll receive a webhook response like this:

{
  "type": "suppressed",
  "createdAt": "2025-11-28T06:29:57+00:00",
  "messageId": "8814fd39-1ba7-4d94-bd4f-fbb2a85ea5ba",
  "data": {
    "to": "[email protected]",
    "from": "[email protected]",
    "id": "94d12dd9-f089-4afe-aee7-e28582015ba3",
    "customerReference": "testing-integration-mode",
    "suppressed": {
      "message": "Integration Mode: suppressed webhook simulation."
    }
  }
}

Test unsubscribed event

To test the unsubscribed event, you can send an email to:

[email protected]

If you want to test with labeling, you can use the following addresses:

[email protected]

[email protected]

[email protected]

After sending the email, you’ll receive a webhook response like this:

{
  "type": "unsubscribed",
  "createdAt": "2025-11-28T06:30:16+00:00",
  "messageId": "13f91f81-a6ac-4350-ae3b-39e7a007fbde",
  "data": {
    "to": "[email protected]",
    "from": "[email protected]",
    "id": "be5bb4ee-0c72-4c0d-a56f-47de05790357",
    "customerReference": "testing-integration-mode",
    "unsubscribe": {
      "unsubscribeType": "IntegrationMode",
      "unsubscribeReason": "Integration Mode: unsubscribed webhook simulation."
    }
  }
}

Test complained event

To test the complained event, you can send an email to:

[email protected]

If you want to test with labeling, you can use the following addresses:

[email protected]

[email protected]

[email protected]

After sending the email, you’ll receive a webhook response like this:

{
  "type": "complained",
  "createdAt": "2025-11-28T06:30:36+00:00",
  "messageId": "334e5604-1ac7-49f6-863d-8165c970ed20",
  "data": {
    "to": "[email protected]",
    "from": "[email protected]",
    "id": "922f8131-a166-4b33-9666-196d82ba6537",
    "customerReference": "testing-integration-mode"
  }
}

Test failed event

To test the failed event, you can send an email to:

[email protected]

If you want to test with labeling, you can use the following addresses:

[email protected]

[email protected]

[email protected]

After sending the email, you’ll receive a webhook response like this:

{
  "type": "failed",
  "createdAt": "2025-11-28T06:36:18.8261187+00:00",
  "messageId": "6014fb18-9afa-4612-9b4e-5889479be477",
  "data": {
    "to": "[email protected]",
    "from": "[email protected]",
    "id": "eb868cdd-4688-4f66-b61d-a2471d3ab0fe",
    "customerReference": "testing-integration-mode",
    "failed": {
      "messages": [
        "Integration Mode: failed webhook simulation."
      ]
    }
  }
}