Deel Make integrationAutomate Deel with Make.
Can Make react to what happens in your Deel account? Yes. The Deel Make integration gives you 7 modules: one instant trigger, five actions and one search. This guide is for HR and operations people who want to link Deel to their other tools, and it walks you from the API key to a live scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Deel Make integration do for you?
The Deel Make integration links your Deel account to Make, a no-code tool where you build a scenario: an automation made of modules, each one a brick that watches, reads or changes data in one app. With Deel, a scenario can start the moment an event you picked happens in your account, then read, create, update or delete records there.
Keep other tools in step with Deel. Watch Records fires as soon as the event you selected happens, and Get a Record fetches the full details so the next module in your scenario can pass them to a spreadsheet, a chat channel or your CRM.
Push data into Deel from elsewhere. When a form, a table or another app holds the information first, Create a Record or Update a Record writes it into Deel, so nobody retypes it by hand.
Look things up before acting. Search Records returns the records that match your criteria; put it in front of an update to act on the right entries only.
What the listed modules do not cover, Make an API Call can reach through the same connection. Deel's own documentation page in Make warns that it is AI-generated from the vendor docs, so check anything important with Deel. If you are weighing tools, the n8n vs Make comparison lays out the differences, and the Make pricing page explains what the plans include. For a guided start, see the Make training.
How do you connect Deel to Make?
- 01
Generate an API key in Deel
You need an active Deel account and API credentials. In Deel, open Apps and Integrations, then Developer Center and the Organization tokens tab. Click Generate New Token, name it, pick the
users:readscope, click Generate and copy the key. - 02
Add a Deel module in Make
In your scenario, add any Deel module and click Create a connection. A connection is your Deel account linked to Make once; every Deel module in your scenarios reuses it afterwards. The Connection name field is optional but helps when you manage several accounts.
- 03
Paste the key and save
Enter the credentials you copied from Deel, or follow the instructions shown on screen, and confirm. Once the connection is saved, the module fields become available and you can pick what the module should work on.
Your first scenario with Deel
GoalWhen the event you chose happens in Deel, Make fetches the full record so you can send it on.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the big +. Search for Deel and pick Watch Records as your starting module.
- 02
Link your account
Click Create a webhook, then Create a connection, and paste the API key generated in Deel. Choose the event the scenario should listen for in the module fields.
- 03
Fetch the details
Click the + on the right of Watch Records and add Get a Record. Map into it the record ID that Watch Records passes on, so each event brings back the complete record.
- 04
Test with Run once
Click Run once, then cause the event in Deel. Open the bubble above each module to read the bundles it received: a bundle is one item passed from a module to the next.
- 05
Switch it on
When the test looks right, add the module that sends the data where you need it, then switch the scenario on. From now on, Deel calls Make each time the event happens.
What starts a Deel scenario
1 module starts a scenario when something happens in Deel. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Deel as soon as it happens.
Watch Records
Instant triggerIn Make“Triggers when selected event occurs.”
You get a scenario that starts by itself when the event you selected happens in Deel, with the record data ready for the next module. It is the only Deel module that can open a scenario on its own.
What the Deel modules can do
Deel gives you 6 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create a Record
ActionIn Make“Creates a new record.”
This one writes a brand new entry into Deel from data your scenario already holds, so information collected elsewhere lands in Deel without copy and paste.
Delete a Record
ActionIn Make“Deletes a record by its ID.”
Removes one Deel record, identified by its ID, which keeps your account clean when an entry is no longer wanted.
Get a Record
ActionIn Make“Retrieves the details of a record by its ID.”
Hands you every detail of a single record when you already know its ID, so later modules get the full record, not just what the trigger passed on.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Opens the whole Deel API to your scenario through the connection you already set up, for anything the other six modules do not offer.
Update a Record
ActionIn Make“Updates a record by its ID.”
Changes an existing Deel record, found by its ID, so the values in Deel follow what changed in another tool.
Search Records
SearchIn Make“Lists records by search criteria.”
Returns the Deel records that match the criteria you set, which lets a scenario act on a filtered set instead of one known entry.
Need help automating Deel with Make?
A person reads every message.