smartlead_get_ip_details
Retrieve IP blacklist details for specific email campaigns to identify deliverability issues and monitor sender reputation.
Instructions
Get the list of all blacklists per IP for a specific email.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
reply_id | Yes | ID of the email received by the seed account | |
spam_test_id | Yes | ID of the spam test |
Input Schema (JSON Schema)
{
"properties": {
"reply_id": {
"description": "ID of the email received by the seed account",
"type": "integer"
},
"spam_test_id": {
"description": "ID of the spam test",
"type": "integer"
}
},
"required": [
"spam_test_id",
"reply_id"
],
"type": "object"
}