Create Connection

Scopes
write:connection

Request Body

enabled
boolean
Zorunlu
name
string
Zorunlu

Connection name

provider
string
Zorunlu

Mevcut Değerler: 

type
string
Zorunlu

Mevcut Değerler: 

is_custom
boolean

Is connection using custom scripts

settings
object
Zorunlu
settings.
access_key_id
string
Zorunlu

AWS SES access key id.

settings.
enabled_clients
array<string>
Zorunlu
settings.
from
string
Zorunlu

from field for your emails

Varsayılan Değer: "PlusAuth <[email protected]>"

settings.
region
string
Zorunlu

AWS SES region.

settings.
secret_access_key
string
Zorunlu

AWS SES secret access key.

settings.
code_length
integer
min3
max
48

The length of the OTP code.

Varsayılan Değer: 6

settings.
code_ttl
integer
min30
max
604800

The expiration of the generated code in seconds

Varsayılan Değer: 300

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

Response Body Schema

enabled
boolean
Zorunlu
name
string
Zorunlu

Connection name

provider
string
Zorunlu

Value: aws_ses

type
string
Zorunlu

Value: email

is_custom
boolean

Is connection using custom scripts

settings
object
Zorunlu
settings.
access_key_id
string
Zorunlu

AWS SES access key id.

settings.
enabled_clients
array<string>
Zorunlu
settings.
from
string
Zorunlu

from field for your emails

Varsayılan Değer: "PlusAuth <[email protected]>"

settings.
region
string
Zorunlu

AWS SES region.

settings.
secret_access_key
string
Zorunlu

AWS SES secret access key.

settings.
code_length
integer
min3
max
48

The length of the OTP code.

Varsayılan Değer: 6

settings.
code_ttl
integer
min30
max
604800

The expiration of the generated code in seconds

Varsayılan Değer: 300