TheDocumentation 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.
groniz integrations command group lets you inspect every social channel connected to your Groniz account. Use list to discover integration IDs, settings to fetch the exact fields and character limits a platform requires before posting, and trigger to invoke dynamic platform-specific tools.
groniz integrations list
Returns a JSON array of all integrations connected to your account. Each object contains the integration’s unique ID, human-readable name, and provider type.
jq
Common provider values
provider | Platform |
|---|---|
x | X (Twitter) |
linkedin_page | LinkedIn Page |
linkedin_profile | LinkedIn Personal Profile |
instagram | |
facebook | Facebook Page |
threads | Threads |
reddit | |
bluesky | Bluesky |
mastodon | Mastodon |
discord | Discord |
telegram | Telegram |
pinterest | |
youtube | YouTube |
tiktok | TikTok |
groniz integrations settings <id>
Returns the JSON settings schema for a specific integration. The schema describes every field the platform requires or accepts when creating a post, including character limits and enumerated options.
groniz integrations trigger
Invokes a dynamic tool exposed by a specific integration. Tools vary by provider and can include actions such as fetching available subreddits, retrieving board lists, or other platform-specific operations.
The ID of the integration whose tool you want to invoke.
The name of the tool to run. Available tool names are platform-dependent.
Parameters to pass to the tool, encoded as a JSON string.