smartlead_get_spam_test_details
Retrieve detailed results for a specific email spam test to analyze deliverability and identify potential inbox placement issues.
Instructions
Retrieve details of a specific spam test by ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
spam_test_id | Yes | ID of the spam test to retrieve details for |
Input Schema (JSON Schema)
{
"properties": {
"spam_test_id": {
"description": "ID of the spam test to retrieve details for",
"type": "integer"
}
},
"required": [
"spam_test_id"
],
"type": "object"
}