---
title: "Receive Inbound"
method: POST
path: "/api/email/inbound"
tags: ["Email"]
---

# Receive Inbound

`POST /api/email/inbound`

Resend Inbound ("email.received") webhook: founder mail first, then the
outreach reply relay, then the log-only probe.

Fails closed: the signing secret must be set, and the signature must verify
(both real consumers act on the content, so an unverified body is untrusted).
``retry: True`` from founder mail → 503 so Resend redelivers (nothing stored,
the retry isn't deduped away).

## Response `200`

Successful Response

- unknown

---

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