Skip to main content
Glama

Smartlead Simplified MCP Server

smartlead_get_campaign_mailbox_statistics

Retrieve detailed mailbox performance metrics for email campaigns, including delivery rates and engagement data, to monitor campaign effectiveness and optimize email marketing strategies.

Instructions

Fetch mailbox statistics for a campaign.

Input Schema

NameRequiredDescriptionDefault
campaign_idYesID of the campaign to fetch mailbox statistics for
client_idNoClient ID if the campaign is client-specific
end_dateNoEnd date (must be used with start_date)
limitNoMaximum number of results to return (min 1, max 20)
offsetNoOffset for pagination
start_dateNoStart date (must be used with end_date)
timezoneNoTimezone for the data (e.g., "America/Los_Angeles")

Input Schema (JSON Schema)

{ "properties": { "campaign_id": { "description": "ID of the campaign to fetch mailbox statistics for", "type": "number" }, "client_id": { "description": "Client ID if the campaign is client-specific", "type": "string" }, "end_date": { "description": "End date (must be used with start_date)", "type": "string" }, "limit": { "description": "Maximum number of results to return (min 1, max 20)", "type": "number" }, "offset": { "description": "Offset for pagination", "type": "number" }, "start_date": { "description": "Start date (must be used with end_date)", "type": "string" }, "timezone": { "description": "Timezone for the data (e.g., \"America/Los_Angeles\")", "type": "string" } }, "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