latestOpenAPI 3.1.02026-08-1014497184.0 KB
8b99dca11019
ses
channel/email
Save an Amazon SES integration
Updates or creates the Amazon SES integration for the project.
put/integrations/ses
Request body
Example request
{
"from": {
"email": "company@example.com",
"name": "Company Name"
},
"key_id": "MY_FAKE_AWS_ACCESS_KEY_ID",
"region": "eu-west-1",
"secret_key": "MY_FAKE_AWS_SECRET_KEY"
}Response
OK
Example response
{
"from": {
"email": "company@example.com",
"name": "Company Name"
},
"key_id": "MY_FAKE_AWS_ACCESS_KEY_ID",
"region": "eu-west-1",
"secret_key": "MY_FAKE_AWS_SECRET_KEY"
}