Skip to main content
Glama

Zapmail MCP Server

by dsouzaalan

add_third_party_account

Connect third-party email marketing platforms like Reachinbox or Instantly to Zapmail by adding account credentials for export integration.

Instructions

Add credentials for a third-party export integration.

Input Schema

NameRequiredDescriptionDefault
appYesThird-party app to connect.
emailYesEmail address of the account.
passwordYesPassword for the account.

Input Schema (JSON Schema)

{ "properties": { "app": { "description": "Third-party app to connect.", "enum": [ "REACHINBOX", "INSTANTLY", "SMARTLEAD", "REPLY_IO" ], "type": "string" }, "email": { "description": "Email address of the account.", "type": "string" }, "password": { "description": "Password for the account.", "type": "string" } }, "required": [ "email", "password", "app" ], "type": "object" }

Other Tools from Zapmail 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/dsouzaalan/zapmail-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server