Campaign groups

Create a campaign group

Create a new campaign group.

post/v1/campaign-groups

Request body

namestring required

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

descriptionstring

An optional description for the group.

Example request

{
  "name": "Newsletters"
}

Response

Campaign group created.

idstring required

The ID of the group.

namestring required

The name of the group.

descriptionstring required

The description of the group.

createdAtstring date-time required

ISO 8601 timestamp for when the group was created.

updatedAtstring date-time required

ISO 8601 timestamp for when the group was last updated.

Changes