Skip to main content
Glama

FluentCRM MCP Server

by netflyapp

fluentcrm_create_email_template

Create custom email templates for FluentCRM marketing campaigns by defining template name, subject line, and HTML content.

Instructions

Tworzy nowy szablon email

Input Schema

NameRequiredDescriptionDefault
bodyYesTreść HTML
subjectYesTemat
titleYesNazwa szablonu

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "Treść HTML", "type": "string" }, "subject": { "description": "Temat", "type": "string" }, "title": { "description": "Nazwa szablonu", "type": "string" } }, "required": [ "title", "subject", "body" ], "type": "object" }

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/netflyapp/fluentcrm-mcp-server'

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