Smartlead: add domains to the block list
smartlead_add_domain_to_block_listAdd domains or email addresses to the global block list to prevent campaign emails, reducing outbound sending and avoiding unwanted outreach.
Instructions
Add domains or email addresses to the global block list so no campaign emails them. Safety — read-only: no; may consume SmartProspect credits: no; creates or modifies remote state: yes; can send email: no; destructive: no. Endpoint: POST https://server.smartlead.ai/api/v1/leads/add-domain-block-list. Creates remote state. Blocked in readonly mode. Does not send email. This is a suppression action: it reduces, never increases, outbound sending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | No | Associate the entries with a client. | |
| domain_block_list | Yes | Domains or email addresses to block. Smartlead documents no maximum; 1000 is a client-side guard. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | Yes | ||
| error | No | ||
| warnings | Yes | ||
| operation | Yes | ||
| pagination | Yes | ||
| credit_spending | Yes | ||
| remote_mutation | Yes |