Skip to main content
Glama

Multilead Open API MCP Server

by vanman2024

send_linkedin_message

Send LinkedIn messages to existing conversations for lead management and campaign follow-ups using required user, account, and recipient identifiers.

Instructions

Send a LinkedIn message to an existing thread

This sends a LinkedIn message to an existing conversation in the platform's inbox.

Args: user_id: User ID account_id: Account ID message: Message content to send linkedin_user_id: LinkedIn user ID of the recipient public_identifier: LinkedIn public identifier of the recipient campaign_id: Campaign ID associated with this conversation lead_id: Lead ID associated with this conversation

Returns: Sent LinkedIn message details

Input Schema

NameRequiredDescriptionDefault
user_idYes
account_idYes
messageYes
linkedin_user_idYes
public_identifierYes
campaign_idYes
lead_idYes

Input Schema (JSON Schema)

{ "properties": { "account_id": { "type": "string" }, "campaign_id": { "type": "integer" }, "lead_id": { "type": "integer" }, "linkedin_user_id": { "type": "integer" }, "message": { "type": "string" }, "public_identifier": { "type": "string" }, "user_id": { "type": "string" } }, "required": [ "user_id", "account_id", "message", "linkedin_user_id", "public_identifier", "campaign_id", "lead_id" ], "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