- Client ID
- Client Secret
Pre-requisites
- Zendesk Sell Developer account. You can create one here.
If you haven’t already created an app in Zendesk Sell, you’d need to create one.
Creating an app in Zendesk Sell
To create a Zendesk Sell app and acquire the above mentioned credentials, please follow the steps mentioned below:- Log in to your Zendesk Sell Developer Console.
- Click on the
Settings
icon in the side menu and selectOAuth
underIntegrations
section.

-
Go to
Developer Apps
tab and click+ Add Developer App
button. -
Go to your
Apps catalog
in Cobalt > Search forZendesk CRM
>Settings
>Use your credentials
>Callback Url
> Copy it. -
In the app, Add Application
Name
,Description
andWebsite
and paste the Callback Url underRedirect URL
field. Click onSave
. -
Click on
Details
and copy the Client ID and Client Secret from the Credentials section.

Configuring credentials in Cobalt
App settings page lets you configure the authentication settings for anOAuth 2.0
based application. For your customers to provide you authorization to access their data,
they would first need to install your application. This page lets you set up your application credentials.

Configuring Scopes
Cobalt lets you configure what permissions to ask from your users while they install your application. The scopes can be added or removed from the App settings page, underPermissions & Scopes
section.
For some applications Cobalt sets mandatory scopes which cannot be removed. Additional scopes can be selected from the drop down. Cobalt also has the provision to add any
custom scopes supported by the respective platform.

If you are facing scopes missing or invalid scope error. Make sure you are not passing any custom scope not supported by the platform.
Actions and triggers
Once the above setup is completed, you can create orchestrations of your use-cases using Zendesk Sell actions and triggers. Following are the set of Zendesk Sell actions and triggers supported by Cobalt.Lead
Lead
- Create Lead - Create a lead in Zendesk Sell.
- Update Lead - Update a lead in Zendesk Sell.
- Delete Lead - Delete a lead in Zendesk Sell.
Contact
Contact
- Create Contact - Create a new contact in Zendesk Sell.
- Update Contact - Update a contact in Zendesk Sell.
- Delete Contact - Delete a contact in PZendesk Sell.
Deal
Deal
- Create Deal - Create a new deal in Zendesk Sell.
- Update Deal - Update a deal in Zendesk Sell.
- Delete Deal - Delete a deal in Zendesk Sell.
Organization
Organization
- Create Organization - Create an organization in Zendesk Sell.
- Update Organization - Update an organization in Zendesk Sell.
- Delete Organization - Delete an Organization in Zendesk Sell.
Others
Others
- HTTP Request - Make HTTP API calls to any Zendesk Sell documented REST APIs.