Update Email Provider Settings

Scopes
write:provider

Request Body

provider
string
Required

Available Values: 

type
string
Required

Value: email

is_custom
boolean
settings
object
settings.
access_key_id
string

AWS SES access key id.

settings.
from
string

from field for your emails

Default Value: "PlusAuth <[email protected]>"

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

provider
string
Required

Value: aws_ses

type
string
Required

Value: email

is_custom
boolean
settings
object
Required
settings.
access_key_id
string
Required

AWS SES access key id.

settings.
from
string
Required

from field for your emails

Default Value: "PlusAuth <[email protected]>"

settings.
region
string
Required

AWS SES region.

settings.
secret_access_key
string
Required

AWS SES secret access key.