Skip to main content
Glama

Brevo MCP Server

contact_with_list

Add new or existing contacts to specified email lists in Brevo MCP Server, including custom attributes and update options, simplifying contact management and list organization.

Instructions

Create contact and add to list in one call - universally useful combination

Input Schema

NameRequiredDescriptionDefault
attributesNoContact custom attributes
emailYesContact email address
firstNameNoContact first name
lastNameNoContact last name
listIdsYesLists to add contact to
updateExistingNoUpdate contact if already exists

Input Schema (JSON Schema)

{ "properties": { "attributes": { "description": "Contact custom attributes", "type": "object" }, "email": { "description": "Contact email address", "type": "string" }, "firstName": { "description": "Contact first name", "type": "string" }, "lastName": { "description": "Contact last name", "type": "string" }, "listIds": { "description": "Lists to add contact to", "items": { "type": "number" }, "type": "array" }, "updateExisting": { "default": true, "description": "Update contact if already exists", "type": "boolean" } }, "required": [ "email", "listIds" ], "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