smartlead_get_folder_by_id
Retrieve details for a specific email marketing folder using its unique ID to access campaign organization and content information.
Instructions
Get details of a specific folder by ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
folder_id | Yes | ID of the folder to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"folder_id": {
"description": "ID of the folder to retrieve",
"type": "integer"
}
},
"required": [
"folder_id"
],
"type": "object"
}