Create a channel account (custom channel)
CreateChannelAccountCreate an account for a custom communication channel, allowing multiple accounts to use one channel with different delivery identifiers.
Instructions
Create a new account within a specific custom communication channel. Enables multiple accounts to communicate over a single channel with different delivery identifiers. Requires the conversations.custom_channels.write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inbox_id | Yes | The unique identifier for the inbox where the channel account will be created | |
| channel_id | Yes | The unique identifier for the custom channel where the account will be created | |
| account_name | Yes | The name of the account to be created for the channel | |
| is_authorized | Yes | Whether the account should be authorized. Set to true for authorized accounts | |
| delivery_identifier_type | No | Type of delivery identifier | |
| delivery_identifier_value | No | The delivery identifier value: an E.164 phone number, an email address, or a channel-specific ID |