smartlead_get_group_wise_report
Retrieve a detailed spam test report organized by geographic location to analyze email deliverability performance across different regions and countries.
Instructions
Get detailed report of a spam test sorted by location (region/country).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
spam_test_id | Yes | ID of the spam test to get the group-wise report for |
Input Schema (JSON Schema)
{
"properties": {
"spam_test_id": {
"description": "ID of the spam test to get the group-wise report for",
"type": "integer"
}
},
"required": [
"spam_test_id"
],
"type": "object"
}