Skip to content

Groups

A group is a saved set of channels. Pick a group in the composer and the post fans out to every channel in the group. Groups are workspace-scoped.

Endpoints

GET    /api/v1/groups          list
POST   /api/v1/groups          create
PUT    /api/v1/groups/:id      update
DELETE /api/v1/groups/:id      delete

Group fields

typescript
{
  id: number,
  team_id: number,
  name: string | null,
  color: string | null,
  accounts: string,              // comma-separated account IDs
}

Use cases

  • "All EU brand channels" — Instagram-DE, FR, IT pages.
  • "Founder personal" — your X, LinkedIn, Threads handles.
  • "Newsletter blast" — Listmonk lists plus a couple of social channels for the announcement.