Skip to main content
POST
Create a contact group

Authorizations

Authorization
string
header
required

Workspace API token created in Settings → API. Tokens start with adraa_.

Body

application/json
name
string
required

Group name. Must be unique within the workspace.

Maximum string length: 80
Example:

"VIP customers"

description
string

Optional description of the audience.

Maximum string length: 240
Example:

"High-value accounts"

memberIds
string[]

Contact IDs to add to the group. Each must belong to this workspace.

Example:

Response

The created group

group
object