Introduction
Channel Integrations define the available communication providers and their configurations at the platform level (e.g. the mechanism by which we send emails). These integrations allow you to manage what communication providers they want to use for their tenant. Please see the API Reference here for more information.Currently only email via Reach Managed is supported. SMS + Bring Your Own Provider support is planned for future releases.
Structure
A channel integration consists of:- Status: Can be either
active
ordeactivated
- Channel Provider: The provider of the communication service (currently only
reach_managed
is supported) - Channel Type: The type of communication channel (currently only
email
is supported)
Available Providers
Reach Managed
Reach Managed is our default email provider and currently the only provider supported. You can optionally bring your own DNS provider such as Route53Route53
Reach supports bringing your own domain with Route53. To achieve this, we use cross account IAM permissions with minimally scoped permissions. Specifically, to integrate with Route53 we will need the following information:- AWS Account ID: Your AWS account ID
- Role ARN: The ARN of the role that Reach will assume to access Route53
- Hosted Zone ID: The ID of the hosted zone that Reach will access
- Base Domain: The base domain that Reach will access


Twilio
Twilio is a popular SMS provider that we support. To integrate with Twilio we will need the following information:- Account SID: Your Twilio account SID
- API Key SID: Your Twilio API Key SID
- API Key Secret: Your Twilio API Key Secret