Skip to main content
Glama

ActiveCampaign MCP Server

by mmarqueti

get_contact_tracking_logs_by_email

Retrieve event and tracking logs for a contact using their email, with options to filter by event type, set result limits, and paginate using offset.

Instructions

Busca os logs de eventos/tracking de um contato pelo email

Input Schema

NameRequiredDescriptionDefault
emailYesEmail do contato para buscar os logs de eventos
eventTypeNoFiltrar por tipo de evento específico (opcional)
limitNoLimite de resultados (padrão: 100)
offsetNoOffset para paginação (padrão: 0)

Input Schema (JSON Schema)

{ "properties": { "email": { "description": "Email do contato para buscar os logs de eventos", "type": "string" }, "eventType": { "description": "Filtrar por tipo de evento específico (opcional)", "type": "string" }, "limit": { "default": 100, "description": "Limite de resultados (padrão: 100)", "type": "number" }, "offset": { "default": 0, "description": "Offset para paginação (padrão: 0)", "type": "number" } }, "required": [ "email" ], "type": "object" }
Install Server

Other Tools from ActiveCampaign 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/mmarqueti/activecampaign-mcp-server'

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