Skip to main content
Glama

get_lead_conversion_report

Generate lead conversion reports within a specified date range to track and analyze CRM performance, enabling data-driven insights for better pipeline management.

Instructions

Get lead conversion report for a date range

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
date_fromYesStart date (YYYY-MM-DD)
date_toYesEnd date (YYYY-MM-DD)

Implementation Reference

  • This is the core handler function that implements the logic for retrieving the lead conversion report from the Kommo API by making a GET request to '/api/v4/leads/reports' with report_type 'conversion'. It takes dateFrom and dateTo as parameters and returns the report data.
    async getLeadConversionReport(dateFrom: string, dateTo: string): Promise<any> { const response = await this.client.get('/api/v4/leads/reports', { params: { date_from: dateFrom, date_to: dateTo, report_type: 'conversion' } }); return response.data; }

Latest Blog Posts

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/Miguelgbastos/Kommo-MCP'

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