Create integration
Create an integration for the current environment the user is based on the API key provided
POST
/v1/integrationsAuthorization
Authorization<token>API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
In: header
Request Body
application/jsonRequirednamestringThe name of the integration
identifierstringThe unique identifier for the integration
_environmentIdstringThe ID of the associated environment
Format: 
"uuid"providerIdRequiredstringThe provider ID for the integration
channelRequiredstringThe channel type for the integration
Value in: 
"in_app" | "email" | "sms" | "chat" | "push"credentialsobjectThe credentials for the integration
activebooleanIf the integration is active, the validation on the credentials field will run
checkbooleanFlag to check the integration status
conditionsarray<object>Conditions for the integration
configurationsobjectConfigurations for the integration
Header Parameters
idempotency-keystringA header for idempotency purposes
Created