smartlead_get_sender_account_wise_report
Retrieve a detailed spam test report organized by sender accounts, showing individual email performance from each mailbox to analyze deliverability and sender reputation.
Instructions
Get detailed report of a spam test sorted by sender accounts with details of each email from each mailbox.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
spam_test_id | Yes | ID of the spam test to get the sender account-wise report for |
Input Schema (JSON Schema)
{
"properties": {
"spam_test_id": {
"description": "ID of the spam test to get the sender account-wise report for",
"type": "integer"
}
},
"required": [
"spam_test_id"
],
"type": "object"
}