v4

OpenAPI 3.1.02026-07-3163216290.7 KB
Transactional groups

Update a transactional group

Update a transactional group's name or description. At least one field must be provided. The reserved "Unsorted" group cannot be edited.

post/v1/transactional-groups/{transactionalGroupId}

Request body

namestring

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

descriptionstring

A description for the group.

Response

Transactional group updated.

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.

Example response

{
  "id": "clg7n5p3q1r9s7t5u3v1w9y7",
  "name": "Onboarding",
  "description": "Top of funnel campaigns",
  "createdAt": "2025-06-29T07:47:39.370Z",
  "updatedAt": "2025-06-29T07:47:39.370Z"
}