Skip to main content
Glama

FluentCRM MCP Server

by netflyapp

fluentcrm_attach_contact_to_list

Assign a contact to one or multiple marketing lists in FluentCRM using their subscriber ID and list IDs to organize contacts for targeted campaigns and communications.

Instructions

Przypisuje kontakt do listy

Input Schema

NameRequiredDescriptionDefault
listIdsYesLista ID list
subscriberIdYesID kontaktu

Input Schema (JSON Schema)

{ "properties": { "listIds": { "description": "Lista ID list", "items": { "type": "number" }, "type": "array" }, "subscriberId": { "description": "ID kontaktu", "type": "number" } }, "required": [ "subscriberId", "listIds" ], "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