- Client ID
- Client Secret
- Scopes
Pre-requisites
- Microsoft Azure Account. You can create one here.
If you haven’t already created an app in Microsoft Azure, you’d need to create one.
Creating an app in Microsoft Azure
To create a Microsoft Dynamics CRM app and acquire the above mentioned credentials, please follow the steps mentioned below:- Log in to your Microsoft Azure account.
- Search for Microsoft Entra ID and select it from Services in the top search bar.

- Navigate to
Overview
in the side menu > Click on+Add
> SelectApp Registration
. - Enter the App Name for your application and select
Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant)
under Supported Account Types. - Go to your
Apps catalog
in Cobalt > Search forMs Dynamics CRM
>Settings
>Use your credentials
>Callback Url
> Copy it. - Under the Redirect URI section, select Platform as
Web
, paste the Callback Url as the URL and clickRegister
.

If you already have an app created, then follows these steps to add Redirect URL:Select your Application > Select Authentication in side menu > Under Platform configurations, press the Add a platform button > Select Web > Paste the Callback Url > Click on Configure > Click Save button at the bottom.
- Navigate to
Manage
>API permissions
in the side menu > Click on+ Add a permission
. - Choose the
Dynamics CRM
card under Microsoft APIs > ChooseApplication permissions
> Select the scopes that you require > click on theAdd Permissions
button.

- Navigate to
Certificates and Secrets
in the side menu and under Client Secrets tab, press the+ New client secret
button. Give a Description, select the best expiry for your application and clickAdd
to create your credentials. - Copy the displayed Client Secret under the
Value
column.

- Navigate to
Overview
in the side menu >Essentials
tab > Copy the Client ID underApplication (client) ID
.

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.

Actions and triggers
Once the above setup is completed, you can create orchestrations of your use-cases using Microsoft Dynamics CRM actions and triggers. Following are the set of Microsoft Dynamics CRM actions and triggers supported by Cobalt.Lead
Lead
- Get Leads - Get all leads in Microsoft Dynamics CRM.
- Create Lead - Create Lead in Microsoft Dynamics CRM.
- Update Lead - Update Lead in Microsoft Dynamics CRM.
- Delete Lead - Delete Lead in Microsoft Dynamics CRM.
Contact
Contact
- Get Contacts - Get all contacts in Microsoft Dynamics CRM.
- Create Contact - Create Contact in Microsoft Dynamics CRM.
- Update Contact - Update Contact in Microsoft Dynamics CRM.
- Delete Contact - Delete Contact in Microsoft Dynamics CRM.
Opportunity
Opportunity
- Get Opportunities - Get all opportunities in Microsoft Dynamics CRM.
- Create Opportunity - Create Opportunity in Microsoft Dynamics CRM.
- Update Opportunity - Update Opportunity in Microsoft Dynamics CRM.
- Delete Opportunity - Delete Opportunity in Microsoft Dynamics CRM.
Account
Account
- Get Accounts - Get all accounts in Microsoft Dynamics CRM.
- Create Account - Create Account in Microsoft Dynamics CRM.
- Update Account - Update Account in Microsoft Dynamics CRM.
- Delete Account - Delete Account in Microsoft Dynamics CRM.
Others
Others
- HTTP Request - Make HTTP API calls to any Microsoft Dynamics CRM documented REST APIs.