smartlead_get_dkim_details
Check DKIM authentication status for sender mailboxes and receiver accounts to verify email deliverability and security compliance.
Instructions
Check if DKIM authentication passed or failed for each sender mailbox and receiver account.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
spam_test_id | Yes | ID of the spam test to get the DKIM details for |
Input Schema (JSON Schema)
{
"properties": {
"spam_test_id": {
"description": "ID of the spam test to get the DKIM details for",
"type": "integer"
}
},
"required": [
"spam_test_id"
],
"type": "object"
}