Zoho CRM
Customer relationship management software for managing leads, contacts, accounts, and sales pipelines.
https://www.zohoapis.com/crm
Terminal
curl https://proxy.bundleup.io/[...] \
-H "Authorization: Bearer Zw7Lt7..." \
-H "BU-Connection-Id: conn_abc123" Proxy
const bundleup = new BundleUp('Zw7Lt7...');
const proxy = bundleup.proxy('conn_abc123');
const response = await proxy.get('/[...]');Unified MCP Tools
me
Get the Zoho CRM account the connection is authenticated as.
companies
Retrieve a list of companies from Zoho CRM.
contacts
Retrieve a list of contacts from Zoho CRM.
Unified API Endpoints
/me
Retrieve the Zoho CRM account this connection is authenticated as.
/crm/companies
Retrieve a list of accounts (companies) from Zoho CRM.
/crm/contacts
Retrieve a list of contacts from Zoho CRM.
