Skip to main content
Glama

Multilead Open API MCP Server

by vanman2024

send_email_reply

Send email replies to existing conversation threads for lead management and campaign communication within the Multilead platform.

Instructions

Send an email reply to an existing thread

This sends a reply to an existing email conversation thread.

Args: user_id: User ID account_id: Account ID thread: Thread ID to reply to message: Email message content lead_id: Lead ID associated with this conversation campaign_id: Campaign ID associated with this conversation recipient: Email address of the recipient

Returns: Sent email reply details

Input Schema

NameRequiredDescriptionDefault
user_idYes
account_idYes
threadYes
messageYes
lead_idYes
campaign_idYes
recipientYes

Input Schema (JSON Schema)

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