Salesforce
A CRM platform for managing sales pipelines, customer data, and service workflows.
https://{apibase}/services/data
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 Salesforce account the connection is authenticated as.
companies
Retrieve a list of companies from Salesforce.
contacts
Retrieve a list of contacts from Salesforce.
Unified API Endpoints
/me
Retrieve the Salesforce account this connection is authenticated as. Served by Chatter, which must be enabled on the org.
/crm/companies
Retrieve a list of companies from Salesforce.
/crm/contacts
Retrieve a list of contacts from Salesforce.
