ChannelConfiguration
Information about a channel
| Field : Object | Description |
|---|---|
| channelId: ID | The channel UUID |
| channelName: String | The channel name (e.g. Company Y - Support WhatsApp) |
| channelStatus: StatusEnum | Status of the channel (e.g. active, pending, etc) |
| channelType: TypeEnum | The type of channel. Accepted values: whatsapp_business |
| createdAt: DateTime | The date and time of when the channel was created |
| identifier: String | Information to more easily identify the channel (e.g. email address, phone number, etc.) |
| organizationId: ID | The ID of the organization that the channel belongs to |
| providerIdentifier: String | How the channel provider identifies the channel |
| updatedAt: DateTime | The date and time of when the channel was last updated |