---
title: "Ses Webhook"
method: POST
path: "/api/email-inbox/webhook/ses"
tags: ["email-inbox"]
---

# Ses Webhook

`POST /api/email-inbox/webhook/ses`

Webhook endpoint for AWS SES to deliver incoming emails.

SES can be configured to:
1. Store email in S3, then trigger SNS -> this endpoint
2. Or directly call this endpoint with email data (smaller emails only)

PRODUCTION SETUP:
- Configure SES receipt rule to call this endpoint via SNS
- Or use Lambda to process S3 stored emails and call this endpoint

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.net/qomplement/apis/fastapi.md) · [All operations](https://skmtc.net/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qomplement/fastapi/revisions/718de1c0d866/schema)
