Csatornák a parancssorból
Csatornalista, csoportok, beállítássémák és a platformspecifikus eszközök hívása.
integrations:list
The connected channels, with IDs. This is the starting point: every other command asks for that ID by this name.
posty integrations:list
# csak az azonosító és a név
posty integrations:list | jq -r '.[] | "\(.id) \(.name)"'integrations:groups
The list of client groups. In agency use, this is how you manage one client's channels together. The Client groups page covers them.
posty integrations:groupsintegrations:settings
A channel's posting rules, its settings schema, the character limit unlocked for the account, and the tools you can call on it.
posty integrations:settings <csatorna-azonosito>The schema applies to the connected account, not to the platform in general. This is the exact source for which fields are required, and which values they accept. The Platforms section has the per-platform overview.
integrations:trigger
A platform-specific lookup on a channel: Pinterest boards, Discord and Slack channels, Google Business locations. You need these because settings fields expect an ID, not a name.
# a hívható eszközök nevét a séma sorolja fel
posty integrations:settings <csatorna-azonosito>
# majd az eszköz hívása
posty integrations:trigger <csatorna-azonosito> <eszkoz-neve>
# paraméterekkel
posty integrations:trigger <csatorna-azonosito> <eszkoz-neve> --data '{"kulcs":"ertek"}'You cannot connect a channel from the command line: the platform asks a person for consent. See the Connecting a channel page.
The same thing from the API is the Call a channel tool endpoint. The contents of --data are the same JSON.