Skip to main content
Glama

Multilead Open API MCP Server

by vanman2024

update_lead_in_campaign

Modify lead information in a LinkedIn campaign by updating business email addresses, custom variables, and other lead fields to maintain accurate contact data.

Instructions

Update one or more variables for a lead in a specified campaign and LinkedIn account

This updates lead fields including built-in fields (businessEmail, etc.) and custom variables.

Args: campaign_id: The ID of the campaign lead_id: The ID of the lead to update linkedin_account_id: The LinkedIn account ID changed_values: Dictionary of field names and new values to update Can include built-in fields like "businessEmail" or custom fields

Returns: Updated lead information

Example: update_lead_in_campaign( campaign_id="12345", lead_id="67890", linkedin_account_id="2", changed_values={ "businessEmail": "john.smith@company.com", "custom-variable": "custom value" } )

Input Schema

NameRequiredDescriptionDefault
campaign_idYes
lead_idYes
linkedin_account_idYes
changed_valuesYes

Input Schema (JSON Schema)

{ "properties": { "campaign_id": { "type": "string" }, "changed_values": { "additionalProperties": true, "type": "object" }, "lead_id": { "type": "string" }, "linkedin_account_id": { "type": "string" } }, "required": [ "campaign_id", "lead_id", "linkedin_account_id", "changed_values" ], "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