Skip to main content
Glama

fluentcrm_create_campaign

Create email marketing campaigns in FluentCRM by setting campaign title, subject line, template, and recipient lists to engage your audience.

Instructions

Tworzy nową kampanię email

Input Schema

NameRequiredDescriptionDefault
recipient_listNoID list
subjectYesTemat emaila
template_idNoID szablonu
titleYesTytuł kampanii

Input Schema (JSON Schema)

{ "properties": { "recipient_list": { "description": "ID list", "items": { "type": "number" }, "type": "array" }, "subject": { "description": "Temat emaila", "type": "string" }, "template_id": { "description": "ID szablonu", "type": "number" }, "title": { "description": "Tytuł kampanii", "type": "string" } }, "required": [ "title", "subject" ], "type": "object" }

Latest Blog Posts

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