blacklist
Manage domain and email blacklists.
An entry suppresses sending only within the scope it was created in — the organization, or a specific workspace/clientspace when the call carried
arguments.workspaceId/clientspaceId. It does not propagate to the parent organization or to other sub-orgs, in either direction: neither the list view nor theblacklist/*_checkenforcement endpoint sees an entry created in a different scope. Suppressing in the scope you are operating in is the right default; add entries in other scopes only when the user explicitly wants account-wide suppression — to suppress an address everywhere, add it in each scope that needs it.
Operations
Read
- blacklist/get_domains — List all blacklisted domains
- blacklist/get_domains_check — Check if a domain is blacklisted
- blacklist/get_emails — List all blacklisted emails
- blacklist/get_emails_check — Check if an email is blacklisted
Create
- blacklist/post_domains — Add domains to the blacklist
- blacklist/post_emails — Add emails to the blacklist
Delete
- blacklist/delete_domains_by_id — Remove a blacklisted domain by blockId
- blacklist/delete_emails_by_id — Remove a blacklisted email by blockId