---
title: "Ses Inbound Webhook"
method: POST
path: "/api/v1/webhooks/ses/inbound"
tags: ["webhooks"]
---

# Ses Inbound Webhook

`POST /api/v1/webhooks/ses/inbound`

Reply-engine push feed: SNS notifications for SES-received mail.

Auth mirrors the Gmail Pub/Sub webhook: a shared-secret token in the
subscription URL's query string. SNS posts JSON with Content-Type
text/plain, so the body is parsed manually. Processing is async via Celery;
the reconcile sweep (app/jobs/ses_inbound.sweep_ses_inbound) catches
anything this endpoint ever misses.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.dev/minro/apis/minro-cs-platform.md) · [All operations](https://skmtc.dev/minro/apis/minro-cs-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/minro/minro-cs-platform/revisions/eb854265cf29/schema)
