- Getting started
- Notifications
- Troubleshooting
- Connector Builder
- ActiveCampaign
- Active Directory - Preview
- Adobe Acrobat Sign
- Adobe PDF Services
- Amazon Bedrock
- Amazon Connect
- Amazon Polly
- Amazon SES
- Amazon Transcribe
- Amazon Web Services
- Anthropic Claude
- Asana
- AWeber
- Azure AI Document Intelligence
- Azure Maps
- BambooHR
- Box
- Brevo
- Calendly
- Campaign Monitor
- Cisco Webex Teams
- Citrix ShareFile
- Clearbit
- Confluence Cloud
- Constant Contact
- Coupa
- Customer.io
- Datadog
- Deputy
- Discord
- DocuSign
- Drip
- Dropbox
- Egnyte
- Eventbrite
- Exchangerates
- Exchange Server - Preview
- Expensify
- Facebook
- Freshbooks
- Freshdesk
- Freshsales - Preview
- Freshservice
- GetResponse
- GitHub
- Gmail
- Google Cloud Platform
- Google Docs
- Google Drive
- Google Maps
- Google Sheets
- Google Speech-to-Text
- Google Text-to-Speech
- Google Tasks - Preview
- Google Vertex
- Google Vision - Preview
- Google Workspace - Preview
- GoToWebinar
- Greenhouse
- HTTP Webhook - Preview
- Hubspot CRM
- HubSpot Marketing
- HyperV - Preview
- iContact
- Insightly CRM
- Intercom
- Jira
- Keap
- Klaviyo
- LinkedIn
- Mail - Preview
- Mailchimp
- Mailgun
- Mailjet
- MailerLite
- Marketo
- Microsoft 365
- Microsoft Azure
- Microsoft Azure Active Directory
- Microsoft Azure OpenAI
- Microsoft Dynamics 365 CRM
- About the Microsoft Dynamics 365 CRM connector
- Microsoft Dynamics 365 CRM authentication
- Microsoft Dynamics 365 CRM events
- Microsoft OneDrive & Sharepoint
- Microsoft Outlook 365
- Microsoft Sentiment
- Microsoft Teams
- Microsoft Translator
- Microsoft Vision
- Miro
- Okta
- OpenAI
- Oracle Eloqua
- Oracle NetSuite
- PagerDuty
- PayPal
- PDFMonkey
- Pinecone
- Pipedrive
- QuickBooksOnline
- Quip
- Salesforce
- Salesforce Marketing Cloud
- SAP BAPI - Preview
- SAP Concur
- SendGrid
- ServiceNow
- Shopify
- Slack
- SmartRecruiters
- Smartsheet
- Stripe
- Sugar Enterprise
- Sugar Professional
- Sugar Sell
- Sugar Serve
- System Center - Preview
- TangoCard
- Todoist
- Trello
- Twilio
- X (formerly Twitter)
- Xero
- watsonx.ai
- WhatsApp Business
- WooCommerce
- Workable
- Workday
- YouTube
- Zendesk
- Zoho Campaigns
- Zoho Desk
- Zoho Mail
- ZoomInfo
Microsoft Dynamics 365 CRM authentication
Depending on the authentication type you select, you need one of the following credentials:
- your Microsoft Dynamics CRM Tenant URL and your Microsoft email and password (for OAuth 2.0 Authorization code)
- Client ID and Client secret (for Bring your own OAuth 2.0 app)
To find your Tenant URL, contact your Microsoft Dynamics administrator.
In case you have access and use single global tenant, follow these steps:
- Go to portal.azure.com.
- Select Azure Active Directory.
- Go to Properties under the Manage section.
- Your tenant is the Tenant ID. For example:
sample083151e4.api.crm10.dynamics.com
.Note: Any mistake in the Tenant URL prevents you from authenticating and creating a connection.
If you want to create your own private OAuth 2.0 application, follow the steps described in the Microsoft Dynamics 365 documentation:
Scope/Permission | Use case | Activity/Event |
---|---|---|
user_impersonation (Required)
| The user_impersonation scope is needed to request in your authentication flow to work with the Azure Management API. Impersonation is used to execute
business logic (code) on behalf of another Microsoft Dataverse user to provide a desired feature or service using the appropriate
role and object-based security of that impersonated user. This is necessary because the Dataverse Web services can be called
by various clients and services on behalf of a Dataverse user, for example, in a workflow or custom ISV solution.
| N/A |
offline_access (Required)
| The offline_access is required to receive the refresh token in the authentication request endpoint. When you redeem an authorization code in
the OAuth 2.0 authorization code flow withoutoffline_access scope, you will not receive refresh token from the /token endpoint.
| N/A |
User.Read (Required)
| Allows users to sign-in to the app, and allows the app to read the profile of signed-in users. It also allows the app to read basic company information of signed-in users. | N/A |
-
Select Integration Service from Automation CloudTM Public Sector.
-
From the Connectors list, select Microsoft Dynamics 365 CRM. You can also use the search bar to narrow down the connector.
-
Select the Add connection button.
-
You are now redirected to the connection page.
You can choose between two authentication types: OAuth 2.0 Authorization code or Bring your own OAuth 2.0 app.
- Enter the required credentials.
-
Select Connect.
-
Your connection has been added.
For more information on Microsoft Dynamics 365, refer to the Microsoft Dynamics 365 documentation.