smartlead_get_blacklist
Retrieve blacklist information for email campaigns by providing a spam test ID to identify which IP addresses and emails were flagged.
Instructions
Get the list of all blacklists per IP per email sent.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
spam_test_id | Yes | ID of the spam test to get the blacklist information for |
Input Schema (JSON Schema)
{
"properties": {
"spam_test_id": {
"description": "ID of the spam test to get the blacklist information for",
"type": "integer"
}
},
"required": [
"spam_test_id"
],
"type": "object"
}