Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Group creation payload
Maximum length:
100
Available options:
schedule-active
, schedule-inactive
, never
, always
Array of topic IDs
Array of site IDs
Legacy usage, array of user IDs (uuid) only. If provided, default channel=whatsapp. If not provided, use 'notifiables' array.
If recipients is omitted, can specify more direct objects: [ { id: 'uuid', channel: 'whatsapp' }, ... ]
Response
Group successfully created
Available options:
schedule-active
, schedule-inactive
, never
, always
List of user IDs for the group
Detailed list with channels
Topic ID references
Site ID references