Zendesk Sell CRM API

REST API for managing sales CRM data in Zendesk Sell including leads, contacts, deals, tasks, calls, emails, and pipeline stages with full CRUD and search capabilities.

Evaluated Mar 06, 2026 (0d ago) vcurrent
Homepage ↗ Developer Tools zendesk crm sales leads contacts deals pipeline b2b
⚙ Agent Friendliness
60
/ 100
Can an agent use this?
🔒 Security
84
/ 100
Is it safe for agents?
⚡ Reliability
83
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
--
Documentation
82
Error Messages
80
Auth Simplicity
78
Rate Limits
80

🔒 Security

TLS Enforcement
100
Auth Strength
82
Scope Granularity
78
Dep. Hygiene
82
Secret Handling
80

All traffic over TLS. OAuth 2.0 with scopes or API tokens. API tokens are per-user and can be revoked individually. OAuth scopes allow read-only access for reporting integrations. Zendesk maintains SOC 2 Type II certification. Webhook payloads include a secret token for validation.

⚡ Reliability

Uptime/SLA
88
Version Stability
82
Breaking Changes
80
Error Recovery
82
AF Security Reliability

Best When

You need to automate sales pipeline management, lead routing, or CRM data synchronization for teams already using Zendesk Sell.

Avoid When

Your team uses Zendesk Support but not Sell — these are separate products with separate APIs and data stores.

Use Cases

  • Automatically create leads from web form submissions and assign them to sales reps based on territory rules
  • Sync deal stage changes to external reporting systems or trigger downstream workflows
  • Enrich contact and company records with data from external sources such as LinkedIn or Clearbit
  • Generate pipeline reports by querying deals by stage, owner, and close date range
  • Automate task creation for follow-up actions when deals move to specific pipeline stages

Not For

  • Customer support ticket management — use the Zendesk Support API for that
  • Marketing automation or email campaign management at scale
  • Complex multi-object CRM workflows requiring Salesforce-level customization

Interface

REST API
Yes
GraphQL
No
gRPC
No
MCP Server
No
SDK
Yes
Webhooks
Yes

Authentication

Methods: oauth2 api_key
OAuth: Yes Scopes: Yes

Supports OAuth 2.0 for user-delegated access and API tokens for server-to-server integrations. API tokens can be generated from the Sell admin settings. OAuth is recommended for multi-user applications. Scopes control access to read/write for each resource type. Token-based auth is straightforward and well-documented, making this one of the simpler CRM auth implementations.

Pricing

Model: subscription
Free tier: No
Requires CC: Yes

API access is included with all Zendesk Sell paid subscriptions. Some advanced features (custom fields, automation) require higher tiers. A 14-day free trial is available.

Agent Metadata

Pagination
page_token
Idempotent
Partial
Retry Guidance
Documented

Known Gotchas

  • Leads and Contacts are separate object types — a lead must be manually converted to a contact and company before it can be associated with a deal; agents that skip the conversion step will find deals cannot be linked to unconverted leads
  • Custom fields require fetching the field definitions separately to get field IDs before creating or updating records — hardcoding field names instead of IDs will cause validation errors
  • The search API uses a custom query syntax (not full-text search) and has significant limitations on filterable fields — agents should verify that their intended filter combinations are supported before building search-dependent logic
  • Webhooks for Sell are configured separately from Zendesk Support webhooks and require a different endpoint and authentication approach — do not assume Support webhook configuration applies to Sell
  • Bulk operations (bulk create, bulk update) have lower rate limits and size limits per batch — agents should chunk large sync operations and implement backoff logic even when individual call rates are within normal limits

Alternatives

Full Evaluation Report

Detailed scoring breakdown, competitive positioning, security analysis, and improvement recommendations for Zendesk Sell CRM API.

$99

Scores are editorial opinions as of 2026-03-06.

5220
Packages Evaluated
26151
Need Evaluation
173
Need Re-evaluation
Community Powered