---
title: "Handle Resend Webhook"
method: POST
path: "/api/v1/email/resend/webhook"
---

# Handle Resend Webhook

`POST /api/v1/email/resend/webhook`

Handles incoming Resend email.received webhook events.
Looks up the plan manager by matching the 'to' address against resend_domains,
retrieves the full email, and forwards it to the plan manager's reply_address.

## Response `200`

Successful Response

- unknown

---

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