Skip to main content
Glama

Multilead Open API MCP Server

by vanman2024

resend_email_confirmation_message

Resend email confirmation messages to users who need to verify their email address for account activation or security purposes.

Instructions

Resend Email Confirmation Message

This action resends an email confirmation message to the user's email and allows them to confirm their email address.

Args: user_id: User ID to resend confirmation for email: Email address that should receive the confirmation email

Returns: Confirmation that the email was sent

Input Schema

NameRequiredDescriptionDefault
user_idYes
emailYes

Input Schema (JSON Schema)

{ "properties": { "email": { "type": "string" }, "user_id": { "type": "string" } }, "required": [ "user_id", "email" ], "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