smartlead_get_spf_details
Check SPF authentication status for email spam tests to verify sender legitimacy and improve email deliverability.
Instructions
Check if SPF authentication passed or failed for the test.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spam_test_id | Yes | ID of the spam test to get the SPF details for |
Input Schema (JSON Schema)
{
"properties": {
"spam_test_id": {
"description": "ID of the spam test to get the SPF details for",
"type": "integer"
}
},
"required": [
"spam_test_id"
],
"type": "object"
}