Skip to main content
Glama

Brevo MCP Server

events

Track and manage custom events and behavioral data for contacts using email and event details to monitor user interactions and enhance marketing insights.

Instructions

Custom event tracking and behavioral data management

Input Schema

NameRequiredDescriptionDefault
emailYesContact email for event tracking
eventDataNoEvent properties and data
eventNameYesName of the event to track
operationYesEvent operation to perform

Input Schema (JSON Schema)

{ "properties": { "email": { "description": "Contact email for event tracking", "type": "string" }, "eventData": { "description": "Event properties and data", "type": "object" }, "eventName": { "description": "Name of the event to track", "type": "string" }, "operation": { "description": "Event operation to perform", "enum": [ "create_event" ], "type": "string" } }, "required": [ "operation", "email", "eventName" ], "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