Skip to main content
Glama

FluentCRM MCP Server

by netflyapp

fluentcrm_create_webhook

Create webhooks in FluentCRM to automatically send contact data to external URLs when specific marketing automation events occur.

Instructions

Tworzy nowy webhook

Input Schema

NameRequiredDescriptionDefault
listsNo
nameYesNazwa webhook
statusYes
tagsNo
urlYesURL webhook

Input Schema (JSON Schema)

{ "properties": { "lists": { "items": { "type": "number" }, "type": "array" }, "name": { "description": "Nazwa webhook", "type": "string" }, "status": { "enum": [ "pending", "subscribed" ], "type": "string" }, "tags": { "items": { "type": "number" }, "type": "array" }, "url": { "description": "URL webhook", "type": "string" } }, "required": [ "name", "url", "status" ], "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