Skip to main content
Glama

Smartlead Simplified MCP Server

smartlead_update_campaign_status

Change the status of an email marketing campaign by updating it to PAUSED, STOPPED, or START using the campaign ID.

Instructions

Update the status of a campaign. Use this specifically for changing a campaign's status.

Input Schema

NameRequiredDescriptionDefault
campaign_idYesID of the campaign to update the status for
statusYesNew status for the campaign (must be in uppercase)

Input Schema (JSON Schema)

{ "properties": { "campaign_id": { "description": "ID of the campaign to update the status for", "type": "number" }, "status": { "description": "New status for the campaign (must be in uppercase)", "enum": [ "PAUSED", "STOPPED", "START" ], "type": "string" } }, "required": [ "campaign_id", "status" ], "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