Skip to main content
Glama

start_automation

Start all emails in a Mailchimp classic automation workflow to activate scheduled email sequences for marketing campaigns.

Instructions

Start all emails in a classic automation workflow.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workflow_idYes

Implementation Reference

  • The implementation of the 'start_automation' tool handler in mcp_mailchimp/server.py. It uses the Mailchimp client to trigger the start-all-emails action on a specified workflow.
    @mcp.tool()
    async def start_automation(workflow_id: str) -> str:
        """Start all emails in a classic automation workflow."""
        mc = get_client()
        await mc.post(f"/automations/{workflow_id}/actions/start-all-emails")
        return _fmt({"workflow_id": workflow_id, "message": "Automation started."})

Latest Blog Posts

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/AlexlaGuardia/mcp-mailchimp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server