POST
POST
AWS SESAWS SESEmailSends an email message
POST
https://api.lowcodeapi.com/awsses/v2/email/outbound-emails
Request Body
Content Type : application/json
Request Parameters
ConfigurationSetNamestring
The name of the configuration set to use when sending the email
Contentobject
An object that contains the body of the message
Destinationobject
An object that contains the recipients of the email message
EmailTagsarray
A list of tags
FeedbackForwardingEmailAddressstring
The address that you want bounce and complaint notifications to be sent to
FeedbackForwardingEmailAddressIdentityArnstring
This parameter is used only for sending authorization
FromEmailAddressstring
The email address to use as the "From" address for the email
FromEmailAddressIdentityArnstring
This parameter is used only for sending authorization
ListManagementOptionsobject
An object used to specify a list or topic to which an email belongs
ReplyToAddressesarray
The "Reply-to" email addresses for the message
Response
API response data will be shown here once the request is completed.
Snippet
cURL
curl -X POST \
 'https://api.lowcodeapi.com/awsses/v2/email/outbound-emails' \
 -H 'Cache-Control: no-cache' \
 -H 'Content-Type: application/json' --data-raw '{
  "ConfigurationSetName": "",
  "Content": {
    "Simple": {
      "Body": {
        "Html": {
          "Charset": "",
          "Data": ""
        },
        "Text": {
          "Charset": "",
          "Data": ""
        }
      },
      "Subject": {
        "Charset": "",
        "Data": ""
      }
    }
  },
  "Destination": {
    "BccAddresses": [],
    "CcAddresses": [],
    "ToAddresses": []
  },
  "EmailTags": [
    {
      "Name": "",
      "Value": ""
    }
  ],
  "FeedbackForwardingEmailAddress": "",
  "FeedbackForwardingEmailAddressIdentityArn": "",
  "FromEmailAddress": "",
  "FromEmailAddressIdentityArn": "",
  "ListManagementOptions": {},
  "ReplyToAddresses": []
}'
© 2024LowCodeAPI

Last Updated : 2024-12-16 14:03 +00:00