Skip to main content
Glama

Brevo MCP Server

email_with_tracking

Send emails with instant tracking information to monitor engagement. Provides detailed stats for recipients, email subjects, and content, enhancing campaign analysis and follow-up.

Instructions

Send email and return tracking info immediately - universally useful combination

Input Schema

NameRequiredDescriptionDefault
htmlContentNoEmail HTML content
includeStatsNoInclude detailed tracking stats
paramsNoTemplate parameters
senderNoSender information
subjectNoEmail subject
templateIdNoTemplate ID to use instead of content
toYesRecipients list

Input Schema (JSON Schema)

{ "properties": { "htmlContent": { "description": "Email HTML content", "type": "string" }, "includeStats": { "default": true, "description": "Include detailed tracking stats", "type": "boolean" }, "params": { "description": "Template parameters", "type": "object" }, "sender": { "description": "Sender information", "properties": { "email": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "subject": { "description": "Email subject", "type": "string" }, "templateId": { "description": "Template ID to use instead of content", "type": "number" }, "to": { "description": "Recipients list", "items": { "properties": { "email": { "type": "string" }, "name": { "type": "string" } }, "required": [ "email" ], "type": "object" }, "type": "array" } }, "required": [ "to" ], "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