List Buffer Channels
buffer_list_channelsList the social channels connected to a Buffer organization, returning their IDs and details. Use this to get the channelId needed for publishing posts.
Instructions
List the social channels connected to a Buffer organization, with their IDs.
Use this first to find the channelId needed by buffer_publish_post.
Args:
organizationId (string): Buffer organization ID.
Returns JSON: { "channels": [{ "id", "displayName", "service", "isDisconnected" }] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | Buffer organization ID, e.g. '69a52962b68301ec0b9715a9'. Find it via the official Buffer connector's list_channels tool, or Buffer's account settings. |