Skip to main content
Glama

Smartlead Simplified MCP Server

smartlead_add_client

Add a new client to the Smartlead email marketing system with configurable permissions and optional white-label branding settings.

Instructions

Add a new client to the system, optionally with white-label settings.

Input Schema

NameRequiredDescriptionDefault
emailYesEmail address of the client
logoNoLogo text or identifier
logo_urlNoURL to the client's logo image
nameYesName of the client
passwordYesPassword for the client's account
permissionYesArray of permissions to grant to the client. Use ["full_access"] for full permissions.

Input Schema (JSON Schema)

{ "properties": { "email": { "description": "Email address of the client", "type": "string" }, "logo": { "description": "Logo text or identifier", "type": "string" }, "logo_url": { "description": "URL to the client's logo image", "type": [ "string", "null" ] }, "name": { "description": "Name of the client", "type": "string" }, "password": { "description": "Password for the client's account", "type": "string" }, "permission": { "description": "Array of permissions to grant to the client. Use [\"full_access\"] for full permissions.", "items": { "type": "string" }, "type": "array" } }, "required": [ "name", "email", "permission", "password" ], "type": "object" }

Other Tools from Smartlead Simplified 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/jonathan-politzki/smartlead-mcp-server'

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