Create integration
Create an integration for the current environment the user is based on the API key provided
POST
/v1/integrations
Authorization
Authorization
<token>API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
In: header
Request Body
application/json
Requiredname
stringThe name of the integration
identifier
stringThe unique identifier for the integration
_environmentId
stringThe ID of the associated environment
Format:
"uuid"
providerId
RequiredstringThe provider ID for the integration
channel
RequiredstringThe channel type for the integration
Value in:
"in_app" | "email" | "sms" | "chat" | "push"
credentials
objectThe credentials for the integration
active
booleanIf the integration is active, the validation on the credentials field will run
check
booleanFlag to check the integration status
conditions
array<object>Conditions for the integration
Header Parameters
idempotency-key
stringA header for idempotency purposes
Created