---
title: "Resend Inbound Webhook"
method: POST
path: "/resend/inbound"
tags: ["resend"]
---

# Resend Inbound Webhook

`POST /resend/inbound`

Receive inbound emails forwarded by Resend.

Resend sends a POST with the full email payload when a reply
is received on the configured inbound domain. The payload is
verified via Svix signature before processing.

Payload shape:
{
  "type": "email.received",
  "created_at": "...",
  "data": {
    "email_id": "...",
    "from": "Name <email>",
    "to": ["..."],
    "cc": [],
    "bcc": [],
    "subject": "...",
    "message_id": "<...>",
    "attachments": [...]
  }
}

## Response `200`

Successful Response

- object

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/112efbdea3eb/schema)
