Skip to main content
POST
Create a campaign group

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

The group name. Cannot be the reserved name "Unsorted".

Example:

"Newsletters"

description
string

An optional description for the group.

Example:

"Monthly newsletter campaigns"

Response

Campaign group created.

id
string
required

The ID of the group.

Example:

"clg7n5p3q1r9s7t5u3v1w9y7"

name
string
required

The name of the group.

Example:

"Onboarding"

description
string
required

The description of the group.

Example:

"Top of funnel campaigns"

createdAt
string<date-time>
required

ISO 8601 timestamp for when the group was created.

Example:

"2025-06-29T07:47:39.370Z"

updatedAt
string<date-time>
required

ISO 8601 timestamp for when the group was last updated.

Example:

"2025-06-29T07:47:39.370Z"

Last modified on July 20, 2026