Skip to main content
Glama

Brevo MCP Server

webhooks

Manage webhooks for event notifications: create, update, delete, or retrieve webhooks to automate data flow and trigger actions based on subscribed events.

Instructions

Webhook management - create, update, delete webhooks for event notifications

Input Schema

NameRequiredDescriptionDefault
descriptionNoWebhook description
eventsNoList of events to subscribe to
exportDataNoExport configuration for webhook history
operationYesWebhook operation to perform
typeNoWebhook type
urlNoWebhook URL
webhookIdNoWebhook ID for specific operations

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Webhook description", "type": "string" }, "events": { "description": "List of events to subscribe to", "items": { "type": "string" }, "type": "array" }, "exportData": { "description": "Export configuration for webhook history", "type": "object" }, "operation": { "description": "Webhook operation to perform", "enum": [ "get_webhooks", "create_webhook", "update_webhook", "delete_webhook", "get_webhook", "export_history" ], "type": "string" }, "type": { "description": "Webhook type", "enum": [ "transactional", "marketing" ], "type": "string" }, "url": { "description": "Webhook URL", "type": "string" }, "webhookId": { "description": "Webhook ID for specific operations", "type": "number" } }, "required": [ "operation" ], "type": "object" }

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/samihalawa/brevo-mcp'

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