Skip to main content
Glama

FluentCRM MCP Server

by netflyapp

fluentcrm_update_contact

Update contact details in FluentCRM marketing automation, including names and phone numbers, using the subscriber ID to modify customer information.

Instructions

Aktualizuje dane kontaktu

Input Schema

NameRequiredDescriptionDefault
first_nameNo
last_nameNo
phoneNo
subscriberIdYesID kontaktu

Input Schema (JSON Schema)

{ "properties": { "first_name": { "type": "string" }, "last_name": { "type": "string" }, "phone": { "type": "string" }, "subscriberId": { "description": "ID kontaktu", "type": "number" } }, "required": [ "subscriberId" ], "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