Skip to main content
Glama

Smartlead Simplified MCP Server

smartlead_get_campaign_lead_statistics

Retrieve detailed lead statistics for email marketing campaigns, including engagement metrics and filtering options for campaign analysis.

Instructions

Fetch lead statistics for a campaign.

Input Schema

NameRequiredDescriptionDefault
campaign_idYesID of the campaign to fetch lead statistics for
created_at_gtNoFilter by leads created after this date (YYYY-MM-DD format)
event_time_gtNoFilter by events after this date (YYYY-MM-DD format)
limitNoMaximum number of leads to return (max 100)
offsetNoOffset for pagination

Input Schema (JSON Schema)

{ "properties": { "campaign_id": { "description": "ID of the campaign to fetch lead statistics for", "type": "number" }, "created_at_gt": { "description": "Filter by leads created after this date (YYYY-MM-DD format)", "type": "string" }, "event_time_gt": { "description": "Filter by events after this date (YYYY-MM-DD format)", "type": "string" }, "limit": { "description": "Maximum number of leads to return (max 100)", "type": "number" }, "offset": { "description": "Offset for pagination", "type": "number" } }, "required": [ "campaign_id" ], "type": "object" }

Other Tools from Smartlead Simplified MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/jonathan-politzki/smartlead-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server