cURL
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 } } '
{ "success": true, "message": "<string>" }
Create a new channel integration
The provider of the channel integration
reach-managed
reach-managed-ses
reach-managed-sms
twilio
The type of the channel integration
email
sms
The metadata for the channel integration
Show child attributes
Status 200 response