Suppression Groups
Create Suppression Group
Create a new suppression group for managing email opt-outs by category using the AutoSend API.
POST
Authorizations
Bearer authentication header of the form Bearer
<token>, where <token> is your auth token.Body
The display name of the suppression group. Must be between 1 and 200 characters.
An optional human-readable description of the suppression group.
Whether the suppression group is active. Defaults to
true if not specified.Response
Suppression group created successfullyExample:
trueThe created suppression group.