smartlead_get_sender_accounts
Retrieve all sender accounts configured for a specific spam test to analyze email deliverability and sender reputation.
Instructions
Get the list of all sender accounts selected for a specific spam test.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
spam_test_id | Yes | ID of the spam test to get the sender accounts for |
Input Schema (JSON Schema)
{
"properties": {
"spam_test_id": {
"description": "ID of the spam test to get the sender accounts for",
"type": "integer"
}
},
"required": [
"spam_test_id"
],
"type": "object"
}