Skip to main content
Glama

Smartlead Simplified MCP Server

smartlead_update_lead

Modify lead details in Smartlead by updating email, name, company, title, phone, or custom fields using the lead's ID.

Instructions

Update an existing lead's information.

Input Schema

NameRequiredDescriptionDefault
companyNoNew company for the lead
custom_fieldsNoUpdated custom fields for the lead
emailNoNew email address for the lead
first_nameNoNew first name for the lead
last_nameNoNew last name for the lead
lead_idYesID of the lead to update
phoneNoNew phone number for the lead
titleNoNew job title for the lead

Input Schema (JSON Schema)

{ "properties": { "company": { "description": "New company for the lead", "type": "string" }, "custom_fields": { "description": "Updated custom fields for the lead", "type": "object" }, "email": { "description": "New email address for the lead", "type": "string" }, "first_name": { "description": "New first name for the lead", "type": "string" }, "last_name": { "description": "New last name for the lead", "type": "string" }, "lead_id": { "description": "ID of the lead to update", "type": "number" }, "phone": { "description": "New phone number for the lead", "type": "string" }, "title": { "description": "New job title for the lead", "type": "string" } }, "required": [ "lead_id" ], "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