Skip to main content
Glama

Smartlead Simplified MCP Server

smartlead_update_campaign_settings

Modify email campaign settings including name, status, and configuration parameters to adapt marketing strategies and control campaign execution.

Instructions

Update a campaign's general settings.

Input Schema

NameRequiredDescriptionDefault
campaign_idYesID of the campaign to update
nameNoNew name for the campaign
settingsNoAdditional campaign settings
statusNoStatus of the campaign

Input Schema (JSON Schema)

{ "properties": { "campaign_id": { "description": "ID of the campaign to update", "type": "number" }, "name": { "description": "New name for the campaign", "type": "string" }, "settings": { "description": "Additional campaign settings", "type": "object" }, "status": { "description": "Status of the campaign", "enum": [ "active", "paused", "completed" ], "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