smartlead_get_campaign
Retrieve detailed information about a specific email marketing campaign using its unique ID to monitor performance and track campaign metrics.
Instructions
Get details of a specific campaign by ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
campaign_id | Yes | ID of the campaign to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"campaign_id": {
"description": "ID of the campaign to retrieve",
"type": "number"
}
},
"required": [
"campaign_id"
],
"type": "object"
}