Skip to main content
Glama

ActiveCampaign MCP Server

by mmarqueti

get_contact_tracking_logs

Retrieve event and tracking logs for a specific contact in ActiveCampaign. Filter by event type, date range, or paginate results using limit and offset for precise analysis.

Instructions

Busca os logs de eventos/tracking de um contato específico

Input Schema

NameRequiredDescriptionDefault
contactIdYesID do contato para buscar os logs de eventos
dateRangeNoFiltrar por intervalo de datas
eventTypeNoFiltrar por tipo de evento específico (opcional)
limitNoLimite de resultados (padrão: 100, máximo: 100)
offsetNoOffset para paginação (padrão: 0)

Input Schema (JSON Schema)

{ "properties": { "contactId": { "description": "ID do contato para buscar os logs de eventos", "type": "string" }, "dateRange": { "description": "Filtrar por intervalo de datas", "properties": { "end": { "description": "Data de fim (formato: YYYY-MM-DD)", "type": "string" }, "start": { "description": "Data de início (formato: YYYY-MM-DD)", "type": "string" } }, "type": "object" }, "eventType": { "description": "Filtrar por tipo de evento específico (opcional)", "enum": [ "open", "click", "sent", "bounce", "unsubscribe", "subscribe", "reply", "forward", "update", "deal_add", "deal_update", "deal_delete", "note_add", "task_add", "automation_start", "automation_complete" ], "type": "string" }, "limit": { "default": 100, "description": "Limite de resultados (padrão: 100, máximo: 100)", "maximum": 100, "type": "number" }, "offset": { "default": 0, "description": "Offset para paginação (padrão: 0)", "type": "number" } }, "required": [ "contactId" ], "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