Skip to main content
Glama

Multilead Open API MCP Server

by vanman2024

create_global_webhook

Set up webhooks to receive notifications for events across all campaigns and resources in your Multilead account, enabling real-time data synchronization and automated workflows.

Instructions

Create a global webhook

This creates a webhook that listens for events across all campaigns and resources in the account.

Args: user_id: User ID account_id: Account ID webhooks: List of webhook configurations, each containing: - url: Webhook endpoint URL - events: List of event types to subscribe to

Returns: Created global webhook details

Input Schema

NameRequiredDescriptionDefault
user_idYes
account_idYes
webhooksYes

Input Schema (JSON Schema)

{ "properties": { "account_id": { "type": "string" }, "user_id": { "type": "string" }, "webhooks": { "items": { "additionalProperties": true, "type": "object" }, "type": "array" } }, "required": [ "user_id", "account_id", "webhooks" ], "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