-
Notifications
You must be signed in to change notification settings - Fork 3.5k
[MCP] Zendesk SellΒ #9754
Description
β π§© Product Overview
Zendesk Sell is a sales automation platform that helps sales teams manage leads, contacts, deals, pipelines, and notes. This integration enables workflows to trigger on new or updated sales objects (like deals, contacts, leads), and perform operations such as creating contacts, leads, deals, and notes, updating them, or reacting when a deal stage changes.
ββ β οΈ Important Note for Contributors
This feature must be submitted as a Piece following the Activepieces architecture. Submissions not following this format will not be accepted. Please make sure to review the Piece Development Guidelines before starting development.
π¨ Triggers
| Trigger Name | Description |
|---|---|
| New Contact | Fires when a new contact is created in Zendesk Sell. |
| New Lead | Fires when a new lead is created. |
| New Deal | Fires when a new deal is created. |
| Updated Lead | Fires when an existing lead record is updated. |
| Updated Contact | Fires when a contact is updated. |
| Updated Deal | Fires when a deal is modified. |
| Deal Enters New Stage | Fires when a deal transitions into a specified pipeline stage. |
| New Note | Fires when a new note is added to a record (lead, contact, deal). |
ββ π οΈ Write Actions
| Action | Description |
|---|---|
| Create Contact | Create a new contact. |
| Create Lead | Create a lead record |
| Create Deal | Create a new deal under a contact or lead, |
| Update Contact | Update fields of an existing contact. |
| Update Deal | Update deal fields (amount, stage, close date). |
| Create Note | Add a note to a deal, lead, or contact. |
| Create Task | Creates a task. |
π Search / Read Actions
| Action Name | Description |
|---|---|
| Find Deal | Look up a deal by ID or by filter (e.g. name, reference). |
| Find Contact | Find a contact by email, name, or other identifier. |
| Find Lead | Find a lead by field(s). |
| Find Company | Finds a company. |
| Find User | Finds a User. |
β π API Reference
β π§ͺ Test Account Access
- You can create free trial at https://www.zendesk.com/pricing/.
βββπ§βπ» New to Activepieces?
Activepieces is the leading open source AI automation platform. We have many apps (we call them Pieces), that are available within the builder and as MCPs. These apps are build with our TypeScript framework and are easy to build. Once they're merged to our repo, they will available as pieces in our automation builder and as MCPs to be used with AI agents and MCP clients.
We welcome contributions and in fact, we get excited over them. Start your journey here: https://www.activepieces.com/docs/developers/building-pieces/overview