Skip to main content
Glama
vanman2024

Multilead Open API MCP Server

by vanman2024

add_leads_to_campaign

Add leads to marketing campaigns using LinkedIn profiles or email addresses with optional custom fields for targeted outreach.

Instructions

Add a new lead to a selected campaign

Either profileUrl or email is required. All other fields can be provided in custom_fields.

Args: campaign_id: The ID of the campaign to add the lead to profile_url: LinkedIn profile URL of the lead (required if email not provided) email: Email address of the lead (required if profile_url not provided) custom_fields: Additional custom fields for the lead (e.g., {"first_name": "John", "company": "Acme"})

Returns: Created lead information

Example: add_leads_to_campaign( campaign_id="12345", email="lead@example.com", custom_fields={"first_name": "John", "company": "Acme Corp"} )

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
campaign_idYes
profile_urlNo
emailNo
custom_fieldsNo

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