Skip to main content
Glama

Multilead Open API MCP Server

by vanman2024

create_campaign_from_template

Launch email campaigns using saved sequence templates. Create URL-based campaigns that activate immediately for lead outreach and management.

Instructions

Create a new campaign from a saved sequence template

This creates a URL-based campaign from the user's saved sequences. The campaign goes live immediately after creation.

Args: user_id: The ID of the user account_id: The ID of the account (seat) sequence_template_id: The ID of the sequence template to use campaign_name: Name for the new campaign lead_source_url: Optional lead source URL to attach to the campaign

Returns: Created campaign information

Example: create_campaign_from_template( user_id="123", account_id="456", sequence_template_id="789", campaign_name="Q1 Outreach Campaign", lead_source_url="https://linkedin.com/sales/search/..." )

Input Schema

NameRequiredDescriptionDefault
user_idYes
account_idYes
sequence_template_idYes
campaign_nameYes
lead_source_urlNo

Input Schema (JSON Schema)

{ "properties": { "account_id": { "type": "string" }, "campaign_name": { "type": "string" }, "lead_source_url": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "sequence_template_id": { "type": "string" }, "user_id": { "type": "string" } }, "required": [ "user_id", "account_id", "sequence_template_id", "campaign_name" ], "type": "object" }

Other Tools from Multilead Open API 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/vanman2024/multilead-mcp'

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