Zendesk
A customer service platform for managing support tickets and help center content.
https://{subdomain}.zendesk.com/api
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
No Unified MCP tools available.
Unified API Endpoints
/me
Retrieve the Zendesk account this connection is authenticated as.
Edge Cases & Special Considerations
- Subdomain Required: You must provide your Zendesk subdomain (e.g.,
your-companyforyour-company.zendesk.com) during setup.
