Skip to main content
Glama

Smartlead Simplified MCP Server

smartlead_get_campaign_sequence_analytics

Fetch analytics data for email campaign sequences to track performance metrics and engagement over specific time periods.

Instructions

Fetch analytics data for a specific email campaign sequence.

Input Schema

NameRequiredDescriptionDefault
campaign_idYesID of the campaign to fetch sequence analytics for
end_dateYesEnd date in YYYY-MM-DD HH:MM:SS format
start_dateYesStart date in YYYY-MM-DD HH:MM:SS format
time_zoneNoTimezone for the analytics data (e.g., "Europe/London")

Input Schema (JSON Schema)

{ "properties": { "campaign_id": { "description": "ID of the campaign to fetch sequence analytics for", "type": "number" }, "end_date": { "description": "End date in YYYY-MM-DD HH:MM:SS format", "type": "string" }, "start_date": { "description": "Start date in YYYY-MM-DD HH:MM:SS format", "type": "string" }, "time_zone": { "description": "Timezone for the analytics data (e.g., \"Europe/London\")", "type": "string" } }, "required": [ "campaign_id", "start_date", "end_date" ], "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