Skip to main content
POST
Create a transactional 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.

Response

Transactional group created.

id
string
required

The ID of the group.

name
string
required

The name of the group.

description
string
required

The description of the group.

createdAt
string<date-time>
required

ISO 8601 timestamp for when the group was created.

updatedAt
string<date-time>
required

ISO 8601 timestamp for when the group was last updated.

Last modified on July 20, 2026