webhooks

Ses Inbound Webhook

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.

post/api/v1/webhooks/ses/inbound

Response

Successful Response

{"stackTrail":"paths:/api/v1/webhooks/ses/inbound:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.