smartlead_get_ip_analytics
Retrieve blacklist count data from spam tests to monitor email deliverability and identify potential IP reputation issues affecting campaign performance.
Instructions
Get total blacklist count identified in the test.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
spam_test_id | Yes | ID of the spam test to get the IP analytics for |
Input Schema (JSON Schema)
{
"properties": {
"spam_test_id": {
"description": "ID of the spam test to get the IP analytics for",
"type": "integer"
}
},
"required": [
"spam_test_id"
],
"type": "object"
}