Skip to main content
Glama

FluentCRM MCP Server

by netflyapp

fluentcrm_update_smart_link

Update a smart link in FluentCRM to modify URL targeting, apply or remove tags and lists, and configure auto-login settings for marketing automation workflows.

Instructions

Aktualizuje Smart Link (może nie być dostępne w obecnej wersji)

Input Schema

NameRequiredDescriptionDefault
apply_listsNo
apply_tagsNo
auto_loginNo
remove_listsNo
remove_tagsNo
smartLinkIdYesID Smart Link
target_urlNo
titleNo

Input Schema (JSON Schema)

{ "properties": { "apply_lists": { "items": { "type": "number" }, "type": "array" }, "apply_tags": { "items": { "type": "number" }, "type": "array" }, "auto_login": { "type": "boolean" }, "remove_lists": { "items": { "type": "number" }, "type": "array" }, "remove_tags": { "items": { "type": "number" }, "type": "array" }, "smartLinkId": { "description": "ID Smart Link", "type": "number" }, "target_url": { "type": "string" }, "title": { "type": "string" } }, "required": [ "smartLinkId" ], "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