smartlead_get_mailbox_summary
Retrieve mailbox performance summaries for Smart Delivery tests, showing overall metrics across all campaigns with configurable pagination.
Instructions
Get the list of mailboxes used for any Smart Delivery test with overall performance across all tests.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Number of tests to retrieve (default: 10) | |
offset | No | Offset for pagination (default: 0) |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"description": "Number of tests to retrieve (default: 10)",
"type": "integer"
},
"offset": {
"description": "Offset for pagination (default: 0)",
"type": "integer"
}
},
"type": "object"
}