smartlead_get_all_folders
Retrieve a list of all email marketing folders with their details and contained tests, enabling organized management of campaign assets.
Instructions
Get the list and details of all folders created in Smart Delivery along with tests inside each folder.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Number of folders to retrieve (default: 10) | |
name | No | Filter folders by name | |
offset | No | Offset for pagination (default: 0) |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"description": "Number of folders to retrieve (default: 10)",
"type": "integer"
},
"name": {
"description": "Filter folders by name",
"type": "string"
},
"offset": {
"description": "Offset for pagination (default: 0)",
"type": "integer"
}
},
"type": "object"
}