POST
/
partner
/
channel
/
integrations
Create Channel Integration
curl --request POST \
  --url https://api.embedreach.com/partner/channel/integrations \
  --header 'Content-Type: application/json' \
  --data '{
  "channel_provider": "reach-managed",
  "channel_integration_type": "email",
  "channel_integration_metadata": {
    "type": "reach-managed",
    "customDomainEnabled": true,
    "awsCustomDomainInfo": {
      "awsAccountId": "<string>",
      "roleArn": "<string>",
      "hostedZoneId": "<string>",
      "baseDomain": "<string>"
    }
  }
}'
{
  "success": true,
  "message": "<string>",
  "data": {
    "id": "<string>",
    "channel_integration_metadata": {
      "type": "reach-managed"
    }
  }
}

Body

application/json
channel_provider
enum<string>
required

The provider of the channel integration

Available options:
reach-managed,
reach-managed-ses,
reach-managed-sms,
twilio
channel_integration_type
enum<string>
required

The type of the channel integration

Available options:
email,
sms
channel_integration_metadata
object
required

The metadata for the channel integration

Response

Status 200 response

success
boolean
required
message
string
data
object