Skip to main content
Glama

Multilead Open API MCP Server

by vanman2024

create_webhook

Set up webhooks to receive real-time notifications for specific campaign events and lead management activities in your Multilead account.

Instructions

Create a non-global webhook

This creates a webhook that listens for specific events. Non-global webhooks are scoped to specific campaigns or resources.

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 - campaignId: (Optional) Campaign ID to scope webhook to

Returns: Created 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