smartlead_get_campaign_top_level_analytics
Retrieve high-level performance metrics for email campaigns to monitor key statistics and track marketing effectiveness.
Instructions
Fetch top level analytics for a campaign.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
campaign_id | Yes | ID of the campaign to fetch analytics for |
Input Schema (JSON Schema)
{
"properties": {
"campaign_id": {
"description": "ID of the campaign to fetch analytics for",
"type": "number"
}
},
"required": [
"campaign_id"
],
"type": "object"
}