Skip to main content
Glama

fluentcrm_list_webhooks

Retrieve webhooks configured in FluentCRM to monitor and manage automated data flows between your marketing platform and external applications.

Instructions

Pobiera webhooks

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Executes the fluentcrm_list_webhooks tool by calling the client's listWebhooks method and returning the JSON-formatted response.
    case 'fluentcrm_list_webhooks': return { content: [{ type: 'text', text: JSON.stringify(await client.listWebhooks(), null, 2) }] };
  • Registers the fluentcrm_list_webhooks tool in the MCP server's tools list, including its name, description, and empty input schema.
    name: 'fluentcrm_list_webhooks', description: 'Pobiera webhooks', inputSchema: { type: 'object', properties: {}, }, },
  • FluentCRMClient helper method that performs the actual API GET request to '/webhooks' endpoint to retrieve the list of webhooks.
    async listWebhooks(params: any = {}) { const response = await this.apiClient.get('/webhooks', { params }); return response.data; }

Latest Blog Posts

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