Ses Event Webhook

Webhook for AWS SES events, which are delivered wrapped in SNS messages.

SNS posts with a text/plain content type, so the body is taken raw and parsed here instead of being declared as a JSON body. The SNS message type header decides the work: SubscriptionConfirmation needs its subscribe URL fetched to activate the topic, Notification carries the SES event itself.

https://docs.aws.amazon.com/sns/latest/dg/sns-message-and-json-formats.html

post/api/ses/event_webhook/receive

Headers

x-amz-sns-message-typestring nullable

Request body

string binary required

Response

Successful Response

{"stackTrail":"paths:/api/ses/event_webhook/receive: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.