Skip to main content
Glama

Smartlead Simplified MCP Server

smartlead_bulk_import_leads

Import multiple leads with contact details into a campaign simultaneously to streamline email marketing list management.

Instructions

Import multiple leads into a campaign at once.

Input Schema

NameRequiredDescriptionDefault
campaign_idYesID of the campaign to add the leads to
leadsYesArray of leads to import

Input Schema (JSON Schema)

{ "properties": { "campaign_id": { "description": "ID of the campaign to add the leads to", "type": "number" }, "leads": { "description": "Array of leads to import", "items": { "properties": { "company": { "description": "Company of the lead", "type": "string" }, "custom_fields": { "description": "Custom fields for the lead", "type": "object" }, "email": { "description": "Email address of the lead", "type": "string" }, "first_name": { "description": "First name of the lead", "type": "string" }, "last_name": { "description": "Last name of the lead", "type": "string" }, "phone": { "description": "Phone number of the lead", "type": "string" }, "title": { "description": "Job title of the lead", "type": "string" } }, "required": [ "email" ], "type": "object" }, "type": "array" } }, "required": [ "campaign_id", "leads" ], "type": "object" }

Other Tools from Smartlead Simplified 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/jonathan-politzki/smartlead-mcp-server'

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