smartlead-mcp-server
Version:
MCP server for Smartlead campaign management integration. Features include creating campaigns, updating campaign settings, and managing campaign sequences.
8 lines (7 loc) • 435 B
TypeScript
import { CategoryTool } from '../types/common.js';
export declare const FETCH_WEBHOOKS_BY_CAMPAIGN_TOOL: CategoryTool;
export declare const UPSERT_CAMPAIGN_WEBHOOK_TOOL: CategoryTool;
export declare const DELETE_CAMPAIGN_WEBHOOK_TOOL: CategoryTool;
export declare const GET_WEBHOOKS_PUBLISH_SUMMARY_TOOL: CategoryTool;
export declare const RETRIGGER_FAILED_EVENTS_TOOL: CategoryTool;
export declare const webhookTools: CategoryTool[];