Skip to main content
Glama

Smartlead Simplified MCP Server

smartlead_upsert_campaign_webhook

Add or update webhooks for email marketing campaigns to receive notifications for events like email opens, link clicks, replies, and lead status changes.

Instructions

Add or update a webhook for a specific campaign.

Input Schema

NameRequiredDescriptionDefault
campaign_idYesID of the campaign to add/update webhook for
categoriesNoCategories for filtering webhook events (e.g. ["Interested", "NotInterested"])
event_typesYesTypes of events to trigger the webhook. Options: EMAIL_SENT, EMAIL_OPEN, EMAIL_LINK_CLICK, EMAIL_REPLY, LEAD_UNSUBSCRIBED, LEAD_CATEGORY_UPDATED
idNoID of the webhook to update. Set to null to create a new webhook.
nameYesName for the webhook
webhook_urlYesURL to call when the webhook event occurs

Input Schema (JSON Schema)

{ "properties": { "campaign_id": { "description": "ID of the campaign to add/update webhook for", "type": "string" }, "categories": { "description": "Categories for filtering webhook events (e.g. [\"Interested\", \"NotInterested\"])", "items": { "type": "string" }, "type": "array" }, "event_types": { "description": "Types of events to trigger the webhook. Options: EMAIL_SENT, EMAIL_OPEN, EMAIL_LINK_CLICK, EMAIL_REPLY, LEAD_UNSUBSCRIBED, LEAD_CATEGORY_UPDATED", "items": { "enum": [ "EMAIL_SENT", "EMAIL_OPEN", "EMAIL_LINK_CLICK", "EMAIL_REPLY", "LEAD_UNSUBSCRIBED", "LEAD_CATEGORY_UPDATED" ], "type": "string" }, "type": "array" }, "id": { "description": "ID of the webhook to update. Set to null to create a new webhook.", "type": [ "integer", "null" ] }, "name": { "description": "Name for the webhook", "type": "string" }, "webhook_url": { "description": "URL to call when the webhook event occurs", "type": "string" } }, "required": [ "campaign_id", "name", "webhook_url", "event_types" ], "type": "object" }

Other Tools from Smartlead Simplified 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/jonathan-politzki/smartlead-mcp-server'

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