Skip to main content
Glama

Brevo MCP Server

events

Track and manage custom event data by capturing user behavior, assigning events to emails, and storing relevant event properties for targeted 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" }

Other Tools from Brevo 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/samihalawa/brevo-mcp'

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