Skip to main content
Glama

Smartlead Simplified MCP Server

smartlead_update_campaign_schedule

Modify email campaign scheduling parameters including timezone, active days, send hours, lead limits, and timing intervals to optimize outreach cadence.

Instructions

Update a campaign's schedule settings.

Input Schema

NameRequiredDescriptionDefault
campaign_idYesID of the campaign to update
days_of_the_weekNoDays of the week to send emails (1-7, where 1 is Monday)
end_hourNoEnd hour in 24-hour format (e.g., "17:00")
max_new_leads_per_dayNoMaximum number of new leads per day
min_time_btw_emailsNoMinimum time between emails in minutes
schedule_start_timeNoSchedule start time in ISO format
start_hourNoStart hour in 24-hour format (e.g., "09:00")
timezoneNoTimezone for the campaign (e.g., "America/Los_Angeles")

Input Schema (JSON Schema)

{ "properties": { "campaign_id": { "description": "ID of the campaign to update", "type": "number" }, "days_of_the_week": { "description": "Days of the week to send emails (1-7, where 1 is Monday)", "items": { "type": "number" }, "type": "array" }, "end_hour": { "description": "End hour in 24-hour format (e.g., \"17:00\")", "type": "string" }, "max_new_leads_per_day": { "description": "Maximum number of new leads per day", "type": "number" }, "min_time_btw_emails": { "description": "Minimum time between emails in minutes", "type": "number" }, "schedule_start_time": { "description": "Schedule start time in ISO format", "type": "string" }, "start_hour": { "description": "Start hour in 24-hour format (e.g., \"09:00\")", "type": "string" }, "timezone": { "description": "Timezone for the campaign (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