Social Accounts
List Discord channels
List text and announcement channels the bot can post to for a connected Discord server. Use a returned channel id as platforms[].meta.channel_id.
GET
Returns Discord channels available for publishing for this connected server (guild).
Returns
Request
string
required
UUID of a connected Discord social account in the current workspace. Non-Discord accounts return
422.Response
array
Channels the TryPost bot can post in (text and announcement channels with View Channel + Send Messages). Each item:
502 if Discord is unavailable upstream, and 422 if the account is not Discord.
Tips
channel_idis required to publish a Discord message (scheduled/publishing). Draft create can omit it.- You may also store
channel_nameinplatforms[].metafor display; publishing useschannel_idonly. - MCP equivalent:
list-discord-channels-toolwithaccount_id. That MCP tool requires create-post permission (Owner / Admin / Member) — Viewers cannot call it.

