| List Contacts | Returns all contacts available to the user according to the parameters provided. |
| Get Contact | Returns a single contact available to the user, according to the unique contact ID provided. |
| Create Contact | Creates a new contact. A contact may represent a single individual or an organization. |
| Update Contact | Updates contact information. If the specified contact does not exist, the request will return an error. |
| Upsert Contact | Creates a new contact or updates an existing one based on a filter value or set of filters. At least one filter query parameter is required. |
| Delete Contact | Deletes an existing contact. This operation cannot be undone. |
| List Account Details | Retrieves account details. |
| List Custom Fields | Returns all custom fields associated with the specified resource type. |
| List Notes | Returns all notes available to the user, according to the parameters provided. |
| Get Note | Returns a single note available to the user, according to the unique note ID provided. |
| Create Note | Creates a new note and associates it with one resource. |
| Update Note | Updates note information. |
| Delete Note | Deletes an existing note. This operation cannot be undone. |
| List Pipelines | Returns all pipelines available to the user, according to the parameters provided. |
| List Tasks | Returns all tasks available to the user. |
| Get Task | Returns a single task available to the user according to the unique task ID provided. |
| Create Task | Creates a new task. |
| Update Task | Updates task information. |
| Delete Task | Deletes an existing task. This operation cannot be undone. |
| List Leads | Returns all leads available to the user. |
| Get Lead | Returns a single lead available to the user. |
| Create Lead | Creates a new lead. |
| Update Lead | Updates lead information. |
| Upsert Lead | Creates a new lead or updates an existing one based on a filter value or set of filters. |
| Delete Lead | Deletes an existing lead. |
| List Deals | Returns all deals available to the user. |
| Get Deal | Returns a single deal available to the user. |
| Create Deal | Creates a new deal. |
| Update Deal | Updates deal information. |
| Delete Deal | Deletes an existing deal and removes all associated contacts from the deal in a single call. |
| Get Stream | Provides a stream of changes to Zendesk Sell data. |
| List Stages | Returns all stages available to the user. |
| List Orders | Returns all orders available to the user. |
| Get Order | Returns a single order available to the user. |
| Create Order | Creates a new order. |
| Update Order | Updates order information. |
| Delete Order | Deletes an existing order and removes all associated line items in a single call. This operation cannot be undone. |
| Raw Request | Sends a raw HTTP request to the Zendesk Sell API. |
| Get Contacts Stream | Reads the stream of contact events. |
| Get Custom Fields Stream | Reads the stream of custom field events. |
| Get Deals Stream | Reads the stream of deal events. |
| Get Leads Stream | Reads the stream of lead events. |
| Get Notes Stream | Reads the stream of note events. |
| Get Orders Stream | Reads the stream of order events. |
| Get Products Stream | Reads the stream of product events. |
| Get Stages Stream | Reads the stream of stage events. |
| Get Tasks Stream | Reads the stream of task events. |