Update Email Provider Settings

Scopes
write:provider

Request Body

is_custom
boolean
provider
string
REQUIRED

Available Values:

type
string
REQUIRED
settings
object
settings.
access_key_id
string

AWS SES access key id.

settings.
from
string

from field for your emails

settings.
region
string

AWS SES region.

settings.
secret_access_key
string

AWS SES secret access key.

PATCH
/providers/email
1
2
3
4
5
Loading...
Response:
201
Loading...

Response Body Schema

is_custom
boolean
provider
string
REQUIRED

Value: aws_ses

type
string
REQUIRED

Value: email

settings
object
REQUIRED
settings.
access_key_id
string
REQUIRED

AWS SES access key id.

settings.
from
string
REQUIRED

from field for your emails

settings.
region
string
REQUIRED

AWS SES region.

settings.
secret_access_key
string
REQUIRED

AWS SES secret access key.