Amazon SES event webhook (via SNS).

POST /v2/webhooks/inbound/ses/{receiver_id}

Operation

Operation ID receiveSes
Tags InboundReceivers

Parameters

Name In Type Description
receiver_id * path id

Request body

Required

object
FieldTypeDescription
kind *enum (1)
ses
ses_event_type *enum (9)
SendDeliveryBounceComplaintOpenClickRejectRenderingFailureDeliveryDelay
ses_message_id *string
source *string
destination *string[]
timestamp *string (date-time)RFC 3339 / ISO 8601 timestamp.
do_message_idstring
do_contact_idstring
do_journey_idstring
raw_sns_message_id *string
bounceobject
complaintobject
openobject
clickobject

Responses

200
Accepted
401
Missing/expired token, or scope missing.
object
FieldTypeDescription
errors *object[]

Example request

POST https://api.digitalonboarding.com/v2/webhooks/inbound/ses/{receiver_id}
Authorization: Bearer <partner-token>
Content-Type: application/json
Idempotency-Key: <uuid-v4>

{ /* request body matching schema above */ }