Skip to main content
Glama

Smartlead Simplified MCP Server

smartlead_download_campaign_data

Download campaign data in JSON or CSV format for analytics, leads, sequences, or full exports to track email marketing performance.

Instructions

Download campaign data and track the download for analytics.

Input Schema

NameRequiredDescriptionDefault
campaign_idYesID of the campaign to download data for
download_typeYesType of data to download
formatYesFormat of the downloaded data
user_idNoOptional user identifier for tracking downloads

Input Schema (JSON Schema)

{ "properties": { "campaign_id": { "description": "ID of the campaign to download data for", "type": "number" }, "download_type": { "description": "Type of data to download", "enum": [ "analytics", "leads", "sequence", "full_export" ], "type": "string" }, "format": { "description": "Format of the downloaded data", "enum": [ "json", "csv" ], "type": "string" }, "user_id": { "description": "Optional user identifier for tracking downloads", "type": "string" } }, "required": [ "campaign_id", "download_type", "format" ], "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