Description#
The Channels module allows external applications to manage communication platforms. This includes managing connected platforms, and disconnected them when no longer needed
Entity Model#
| Field | Type | Description |
|---|
_id | ID | Unique identifier of the platform. |
name | String | Name of the connected platform. |
status | Boolean | Whether the platform is currently active. |
channelId | String | ID of the channel. |
channelType | String | Type of channel (WhatsApp, Email, etc.). |
senderEmailAddress | String | Sender’s email address (if applicable). |
Queries#
Use this query to get all connected platform list.
Example Usage#
Modified at 2025-09-26 08:15:47