- Home
- Resources
- Integrations
- Microsoft Dynamics 365 - CRM
Microsoft Dynamics 365 - CRM Make integrationAutomate Microsoft Dynamics 365 - CRM with Make.
Can Make keep your Dynamics records in step with the rest of your stack? The Microsoft Dynamics 365 - CRM Make integration gives you 9 modules: 1 trigger, 7 actions and 1 search. This guide shows sales and ops teams how to connect the account and build a first scenario.
Enterprise app This app is reserved to Make's Enterprise plan.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Microsoft Dynamics 365 - CRM Make integration do?
The Microsoft Dynamics 365 - CRM Make integration lets a Make scenario, the automation you build as a chain of modules, read and write your CRM records without code. It can spot new records, look records up, create them, change them and remove them, then pass each one to any other app you connect.
A CRM that updates itself when a deal moves elsewhere. When a quote gets signed in another tool, Search Records finds the matching account and Update a Record writes the new status on it. Nobody retypes anything, and the sales rep sees the change in Dynamics.
New records announced to the right people. Watch Records picks up each record created in Dynamics, and the next module posts it to a team chat or adds a row to a shared sheet. Support hears about a new customer without opening the CRM.
Clean data before it piles up. Search Records lists the records that match a condition, and Delete a Record removes the ones you truly no longer need. Try it on one record first, and treat every delete as final.
Two limits to know before you start. The app is reserved to the Make Enterprise plan, so a Free account will not run it; the Make pricing page explains the plans. And the connection asks for an app registration in Azure, which usually means an admin. If you are still weighing tools, the n8n vs Make comparison lays out both, and the Make training helps you get fluent in the editor.
How do you connect Microsoft Dynamics 365 - CRM to Make?
- 01
Register an app in Azure
In the Azure Portal, open Azure Active Directory and copy the Tenant ID. Then go to Applications, click New Registration, give the app a name, pick the account type, choose Web as the platform with the redirect URI from the Make doc, and click Register.
- 02
Create a secret and grant permissions
On the app screen, note the Client ID. Click Add a certificate or secret, then New client secret, pick an expiry and click Add; copy the value right away. Under API Permissions, add Dynamics CRM and click Grant Admin consent for your organization.
- 03
Add the connection in Make
In your scenario, add a Microsoft Dynamics 365 - CRM module and click Add next to the Connection field. Fill in the details you saved from Azure, click Save, then Accept to confirm the dialog. That connection, your CRM account linked to Make, now serves every module of the app.
Your first scenario with Microsoft Dynamics 365 - CRM
GoalWhen another app sends new information about a customer, Make finds that customer in Dynamics and updates the record.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the + to add the first module. Pick the app where the customer news comes from: a form tool, a signing tool, a spreadsheet.
- 02
Find the customer with Search Records
Click the + on the right of that module and add Search Records from Microsoft Dynamics 365 - CRM. Click Add to create the connection, then map the value that identifies the customer from the first module.
- 03
Change it with Update a Record
Add Update a Record after the search. Map the record returned by Search Records, then map the new values from the first module into the fields you want to change. Each record found becomes one bundle, one item passed along the chain.
- 04
Test with Run once
Click Run once and trigger a real event in the first app. Open the bubbles above each module to read the bundles it received, and check in Dynamics that the right record changed.
- 05
Schedule and switch it on
Open the clock on the first module to set the schedule, every 15 minutes by default, then switch the scenario on. Each module run on a bundle counts as one operation on your plan.
What can start a Microsoft Dynamics 365 - CRM scenario?
1 module starts a scenario when something happens in Microsoft Dynamics 365 - CRM. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Microsoft Dynamics 365 - CRM as soon as it happens.
Watch Records
Scheduled triggerIn Make“Triggers when a new record has been created.”
Watch Records hands your scenario every record newly created in Dynamics, one bundle per record, so the rest of the chain can react to each fresh entry without anyone exporting a list. It is the only trigger of the app, and it looks at creations, not at edits.
What can Make do in Microsoft Dynamics 365 - CRM?
Microsoft Dynamics 365 - CRM gives you 8 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Create a Record
ActionIn Make“Creates a new record.”
Create a Record adds a brand new entry to Dynamics from data that arrives in the scenario, so a lead captured elsewhere lands in the CRM with no copy and paste.
Delete a Record
ActionIn Make“Deletes an existing record.”
Delete a Record removes one existing entry from Dynamics, which keeps the CRM free of test entries, spam leads or records your team decided to drop.
Get a Record
ActionIn Make“Retrieves an existing record.”
Get a Record fetches the full content of one entry you already know how to identify, so later modules can use its details in an email, a document or another app.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Make an API Call reaches any endpoint of the Dynamics API through the same connection, which covers the jobs the ready-made modules leave out.
Update a Record
ActionIn Make“Updates an existing record.”
Update a Record changes values on an entry that already exists, so the information your team reads in the CRM stays accurate when something happens outside it.
Search Records
SearchIn Make“Searches for records or lists them all.”
Search Records finds the entries that match what you ask for, or lists them all, and sends each result on as its own bundle for the next module.
Records
ActionIn the docs onlyRecords appears in the Make directory as an action of this app, but neither the directory nor the doc describes what it does, so its exact behavior is not documented.
Other
ActionIn the docs onlyOther is listed as an action of the app with no official description, which leaves its purpose unclear from the documentation alone.
Need help automating Microsoft Dynamics 365 - CRM with Make?
A person reads every message.