Outbound
Import suppression rules from CSV
Imports recipient emails from a CSV with a target_value column; skips rows that match an existing active rule.
POST
Import suppression rules from CSV
Authorizations
API key for account management endpoints. Use your api_ prefixed token.
Body
text/csv
The body is of type string.
Example:
"target_value\r\nuser@example.com\r\nother@example.com\r\n"
Import suppression rules from CSV