Channel groups
A channel group is a saved bundle of channels. Pick the group once, and your post goes to every channel inside it.
Why use it
If you regularly post the same thing to the same set of channels, a group saves you from selecting them one by one every time. You choose the group, and the post fans out to all of them at once.
Step by step
Open Groups
Go to your workspace and open the Groups section.
Create a group and name it
Click New group, give it a name you'll recognize (for example, "All brand pages"), and optionally pick a color so it's easy to spot.
Add your channels
Tick the channels you want in this group, then save.
Use it when posting
In the composer, pick your group instead of selecting channels one by one. Your post will publish to every channel in the group with a single click.
TIP
Give each group a clear name and color. When you have several groups, this makes the right one easy to find at a glance.
Good to know
- A group is just a shortcut. It does not change the channels themselves, so you can add or remove channels from a group at any time.
- Groups belong to your workspace, so other people in the same workspace can use them too.
- You can make as many groups as you like, and a channel can be in more than one group.
Related
For developers
Groups are workspace-scoped and managed through /api/v1/groups:
GET /api/v1/groups list
POST /api/v1/groups create
PUT /api/v1/groups/:id update
DELETE /api/v1/groups/:id deleteA group record carries id, team_id, name, color, and accounts (a comma-separated list of account IDs).