Skip to main content
Glama

FluentCRM MCP Server

by netflyapp

fluentcrm_create_automation

Create new marketing automation workflows in FluentCRM by defining triggers and actions to automatically engage contacts based on specific behaviors or conditions.

Instructions

Tworzy nową automatyzację

Input Schema

NameRequiredDescriptionDefault
descriptionNo
titleYesNazwa automatyzacji
triggerYesTyp triggera

Input Schema (JSON Schema)

{ "properties": { "description": { "type": "string" }, "title": { "description": "Nazwa automatyzacji", "type": "string" }, "trigger": { "description": "Typ triggera", "type": "string" } }, "required": [ "title", "trigger" ], "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