Skip to main content
Glama
vanman2024

Multilead Open API MCP Server

by vanman2024

create_lead_source

Create a lead source like a LinkedIn Sales Navigator search URL and link it to a campaign for automatic lead import.

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

TableJSON Schema
NameRequiredDescriptionDefault
user_idYes
account_idYes
campaign_idYes
lead_source_urlYes
lead_source_typeYes
dashboardNo
auto_reuseNo
auto_reuse_intervalNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Tool Definition Quality

Score is being calculated. Check back soon.

Install Server

Other Tools

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/vanman2024/multilead-mcp'

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