Skip to main content
Glama

Multilead Open API MCP Server

by vanman2024

list_webhooks

Retrieve all non-global webhooks configured for your Multilead account to monitor and manage webhook integrations for lead management and email campaigns.

Instructions

List non-global webhooks

This retrieves all non-global webhooks configured for the account.

Args: user_id: User ID account_id: Account ID limit: Maximum number of results to return (default: 30) offset: Pagination offset (default: 0)

Returns: List of non-global webhooks

Input Schema

NameRequiredDescriptionDefault
user_idYes
account_idYes
limitNo
offsetNo

Input Schema (JSON Schema)

{ "properties": { "account_id": { "type": "string" }, "limit": { "default": 30, "type": "integer" }, "offset": { "default": 0, "type": "integer" }, "user_id": { "type": "string" } }, "required": [ "user_id", "account_id" ], "type": "object" }

Other Tools from Multilead Open API MCP Server

Related Tools

    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/vanman2024/multilead-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server