Skip to content
No results found.

Update Email Provider

Scopes
write:tenant

Request Body

provider
string
Required
Available Values: 
aws_ses
aws_sespostmarksendgridsmtp
type
string
Required

Value: email

is_custom
boolean

Is connection using custom scripts

settings
object
settings.
access_key_id
string

AWS SES access key id.

settings.
from
string
length
0-512

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
cURL
cURLC#DartGoJavaJavaScriptPHPPythonRubyRustSwift
1
2
3
4
5
Loading...
Response
200
200
Loading...

Response Body Schema

provider
string
Required

Value: aws_ses

type
string
Required

Value: email

is_custom
boolean

Is connection using custom scripts

settings
object
Required
settings.
access_key_id
string
Required

AWS SES access key id.

settings.
from
string
Required
length
0-512

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.