v1
latestOpenAPI 3.1.02026-07-26359254.7 MBContact Blacklist Rules
Bulk create email blacklist rules
<small>Requires the contacts:write scope (or a broader one that includes it).</small>
Creates multiple email blacklist rules. Non-atomic — some may succeed while others fail. Each item in the response array contains the created ID or error details.
post/v3/contact-blacklist-rules/emails/bulk
Request body
Example request
[
{
"pattern": "spam@example.com"
}
]Response
Array of creation results, one per input item.
Per-item error codes:
| error | Meaning |
|---|---|
| 2 | Duplicate — a rule with this pattern already exists |
| 4 | InvalidPattern — pattern is not a valid email |
| 5 | NotAdded — rule could not be added (other reason) |