Suppression Groups
Bulk Suppress Emails
Add multiple email addresses to a suppression group in bulk using the AutoSend API.
POST
Authorizations
Bearer authentication header of the form Bearer
<token>, where <token> is your auth token.Body
An array of valid email addresses to suppress. Must contain at least one address.
The ID of the suppression group to add the addresses to. Omit to add to the default group.
The reason for suppression (e.g.
unsubscribed, bounced, spam_complaint). Stored on each entry for reporting.When
true, adds the entries to the global suppression list rather than a project-specific group.Response
Emails suppressed successfullyExample:
true