Suppression Groups
Bulk Unsuppress Emails
Remove multiple email addresses from 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 email addresses to remove from suppression.
Scopes the removal to a specific suppression group. When omitted, matching entries are removed from all groups.
When
true, removes entries from the global suppression list rather than a project-specific group.Response
Emails removed from suppression successfullyExample:
true