Create Connection

Scopes
write:connection

Request Body

enabled
boolean
REQUIRED
is_custom
boolean

Is connection using custom scripts

name
string
REQUIRED

Connection name

provider
string
REQUIRED

Available Values:

type
string
REQUIRED

Available Values:

settings
object
REQUIRED
settings.
access_key_id
string
REQUIRED

AWS SES access key id.

settings.
code_length
integer
min3
max
48

The length of the OTP code.

settings.
code_ttl
integer
min30
max
604800

The expiration of the generated code in seconds

settings.
enabled_clients
array<string>
REQUIRED
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.

POST
/connections
1
2
3
4
5
Loading...
Response:
201
Loading...

Response Body Schema

enabled
boolean
REQUIRED
is_custom
boolean

Is connection using custom scripts

name
string
REQUIRED

Connection name

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.
code_length
integer
min3
max
48

The length of the OTP code.

settings.
code_ttl
integer
min30
max
604800

The expiration of the generated code in seconds

settings.
enabled_clients
array<string>
REQUIRED
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.