Skip to main content
Glama

Multilead Open API MCP Server

by vanman2024

create_lead_source

Create and link lead sources like LinkedIn Sales Navigator searches to campaigns for automatic lead import and management.

Instructions

Create a lead source and link it to a campaign

This creates a lead source (e.g., Sales Navigator search URL) and connects it to a campaign for automatic lead import.

Args: user_id: The ID of the user who owns the seat account_id: The ID of the seat where the campaign is located campaign_id: The ID of the campaign to link the lead source to lead_source_url: URL of the lead source (e.g., LinkedIn Sales Navigator search) lead_source_type: Type of lead source (e.g., "SALES_NAVIGATOR") dashboard: Dashboard ID (optional) auto_reuse: Auto-reuse setting (optional, 1 to enable) auto_reuse_interval: Auto-reuse interval in days (optional)

Returns: Created lead source information

Example: create_lead_source( user_id="123", account_id="456", campaign_id=789, lead_source_url="https://www.linkedin.com/sales/search/people?...", lead_source_type="SALES_NAVIGATOR", dashboard=2, auto_reuse=1, auto_reuse_interval=100 )

Input Schema

NameRequiredDescriptionDefault
user_idYes
account_idYes
campaign_idYes
lead_source_urlYes
lead_source_typeYes
dashboardNo
auto_reuseNo
auto_reuse_intervalNo

Input Schema (JSON Schema)

{ "properties": { "account_id": { "type": "string" }, "auto_reuse": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null }, "auto_reuse_interval": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null }, "campaign_id": { "type": "integer" }, "dashboard": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null }, "lead_source_type": { "type": "string" }, "lead_source_url": { "type": "string" }, "user_id": { "type": "string" } }, "required": [ "user_id", "account_id", "campaign_id", "lead_source_url", "lead_source_type" ], "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