Skip to main content
Glama

Multilead Open API MCP Server

by vanman2024

connect_linkedin_account

Connect a LinkedIn account to a Multilead platform seat for lead management and campaign integration using email, password, subscription details, and proxy configuration.

Instructions

Connect LinkedIn Account

This actions connects a specific LinkedIn account to a specific seat.

Args: user_id: User ID account_id: Account/Seat ID linkedin_email: LinkedIn account email linkedin_password: LinkedIn account password linkedin_subscription_id: LinkedIn subscription type ID country_code: Country code for proxy (e.g., "us", "gb") setup_proxy_type: Proxy setup type (e.g., "BUY") note: Optional note about the connection

Returns: LinkedIn connection status and details

Input Schema

NameRequiredDescriptionDefault
user_idYes
account_idYes
linkedin_emailYes
linkedin_passwordYes
linkedin_subscription_idYes
country_codeYes
setup_proxy_typeYes
noteNo

Input Schema (JSON Schema)

{ "properties": { "account_id": { "type": "string" }, "country_code": { "type": "string" }, "linkedin_email": { "type": "string" }, "linkedin_password": { "type": "string" }, "linkedin_subscription_id": { "type": "integer" }, "note": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "setup_proxy_type": { "type": "string" }, "user_id": { "type": "string" } }, "required": [ "user_id", "account_id", "linkedin_email", "linkedin_password", "linkedin_subscription_id", "country_code", "setup_proxy_type" ], "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