Qpien Api Docs
Help centerMain website
Help centerMain website
  1. Modules
  • Overview
  • Get started
    • Authentication
    • Scopes
  • Modules
    • Contacts
    • CustomerPersons
    • Conversations
    • Messages
    • Channels
    • WhatsappBusinessTemplates
    • SendMessages
  • Webhooks
    • Overview
Help centerMain website
Help centerMain website
  1. Modules

Channels

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#

ExternalConnectedPlatform#

FieldTypeDescription
_idIDUnique identifier of the platform.
nameStringName of the connected platform.
statusBooleanWhether the platform is currently active.
channelIdStringID of the channel.
channelTypeStringType of channel (WhatsApp, Email, etc.).
senderEmailAddressStringSender’s email address (if applicable).

Queries#

Get All Connected Platform List#

Use this query to get all connected platform list.
Input:
Response:

Example Usage#

Query Example — Get All Connected Platform List#

Bash (cURL)
Node.js

Modified at 2025-09-26 08:15:47
Previous
Messages
Next
WhatsappBusinessTemplates
Built with