POST
/
v1
/
integrations

Enter your API key in the Authorization field like the example shown below:

E.g ApiKey 18d2e625f05d80e

Authorizations

Authorization
string
header
required

API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".

Body

application/json
channel
enum<string>
required

The channel type for the integration

Available options:
in_app,
email,
sms,
chat,
push
providerId
string
required

The provider ID for the integration

_environmentId
string

The ID of the associated environment

active
boolean

If the integration is active, the validation on the credentials field will run

check
boolean

Flag to check the integration status

conditions
object[]

Conditions for the integration

credentials
object

The credentials for the integration

identifier
string

The unique identifier for the integration

name
string

The name of the integration

Response

201 - application/json
data
object