Create Ses Email Identity

Create a new email identity in AWS SES using the specified or default configuration set.

Args: request_data: Contains the email address to create an identity for and optionally the configuration set name (defaults to 'CS_Primary')

Returns: Dict containing the SES API response or error details

post/api/v1/email/create-ses-email-identity

Request body

email_addressstring email required

Email address to create identity for

configuration_set_namestring nullable

Name of the configuration set to use

Response

Successful Response

{"stackTrail":"paths:/api/v1/email/create-ses-email-identity: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.