In the Groniz CLI, integrations and channels refer to the same thing — a connected social account or platform. The CLI uses the termDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/groniz/groniz-cli/llms.txt
Use this file to discover all available pages before exploring further.
integrations; the Groniz web UI calls them channels. Every post command requires an integration ID, and every platform has its own required fields, character limits, and options. Rather than hardcoding those assumptions, the CLI gives you integrations settings as the authoritative source of truth at runtime.
Listing integrations
Rungroniz integrations list to get a JSON array of every channel connected to your account. Each entry includes the integration’s id, display name, and __type (the provider identifier).
Extracting an integration ID with jq
Pipe the output tojq to pull out specific values without manual copying:
Inspecting integration settings
groniz integrations settings <id> returns the settings schema for a specific integration — the required fields, character limits, and platform-specific options that apply when posting to that channel.
Triggering integration tools
Some integrations expose dynamic tools — platform-specific actions beyond standard posting. Usegroniz integrations trigger to invoke them. Pass the integration ID, the tool name, and a JSON string of parameters:
--params value must be a valid JSON string. Available tools vary by provider.
Provider __type reference
The __type field in the integrations list output identifies the provider. Use it to match integrations to the platform you intend to target.
| Provider | __type |
|---|---|
| X (Twitter) | x |
| LinkedIn (personal profile) | linkedin |
| LinkedIn (page) | linkedin-page |
facebook | |
instagram | |
| Instagram (standalone) | instagram-standalone |
| Threads | threads |
| Bluesky | bluesky |
| Mastodon | mastodon |
| Warpcast | warpcast |
| Nostr | nostr |
| VK | vk |
| YouTube | youtube |
| TikTok | tiktok |
reddit | |
| Lemmy | lemmy |
pinterest | |
| Discord | discord |
| Slack | slack |
| Telegram | telegram |
| Dribbble | dribbble |
| Medium | medium |
| Dev.to | devto |
| Hashnode | hashnode |
| WordPress | wordpress |
| Listmonk | listmonk |
| Google My Business | gmb |
| Whop | whop |
| Skool | skool |
| Kick | kick |
| Twitch | twitch |
| Moltbook | moltbook |