Drupal Make integrationAutomate Drupal with Make.
Could new Drupal content reach your other tools without anyone copying it by hand? The Drupal Make integration gives you 6 modules: one trigger that spots new content and five actions that create, read, update, delete or call the API. This guide shows site editors and ops teams how to connect Drupal and build a first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Drupal Make integration let you automate?
The Drupal Make integration links your Drupal site to Make, a visual tool where you build a scenario: an automation made of modules, each one a brick that watches, reads or changes something in an app. With Drupal, those bricks work on content of any content type you pick.
Publish once, share everywhere. Watch New Content picks up each new article or page, and the next module sends its title and link to the tool your marketing team already reads. Nobody has to remember to announce it.
Turn outside data into draft pages. A product team that keeps its catalog in a spreadsheet can feed Create a Content, so every new row becomes a Drupal item of the right type. If your list lives in a base, the Airtable Make integration page shows the other side of that flow.
Keep content in sync. When a record changes elsewhere, Update a Content rewrites the matching Drupal item, and Get a Content reads an item back so a later module can use its fields.
Know the limits before you start. Make's own documentation for Drupal is marked as limited, because there is not enough public information about the app, so expect to test each module with Run once. Anything the five actions do not cover goes through Make an API Call. Drupal is also worth checking on n8n; the n8n vs Make comparison lays out how the two tools differ, and the Make training helps if you are new to scenarios.
How do you connect your Drupal site to Make?
- 01
Add a Drupal module
In your scenario, click the + and search for Drupal, then pick any module. Click Create a connection: a connection is your Drupal account linked to Make once, and every Drupal module in your scenarios can reuse it.
- 02
Name it and authorize
Give the connection a name if you like, such as the site it points to, which helps once you run several sites. Then follow what Drupal asks for: either approve Make on the authorization page or paste the key your site provides.
- 03
Save and check the lists
Click Save. The module is now tied to your site, and Make can show the content types it can read. If that list stays empty, the account behind the connection is the first thing to look at.
Your first scenario: read each new Drupal item as it lands
GoalWhen new content is created in Drupal, Make picks it up and reads the full item so the next module can use it.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the + in the middle of the canvas to add the first module.
- 02
Place the trigger
Search for Drupal, choose Watch New Content and click Create a connection to link your site, or pick the connection you already saved.
- 03
Choose the content type
Fill in the module: select the content type to watch. Once the connection exists, Make lists the types it can read, so there is nothing to type from memory.
- 04
Add Get a Content
Click the + on the right of the trigger, add Get a Content, and map the item found by the trigger so Make reads that exact piece of content.
- 05
Test with Run once
Create a test item in Drupal, then click Run once. Open each module's bubble to read the bundles it received, one bundle per content item.
- 06
Schedule and switch on
Set the schedule on the first module (every 15 minutes by default) and switch the scenario on. You can add a third module later to send the content elsewhere.
What starts a Drupal scenario
1 module starts a scenario when something happens in Drupal. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Drupal as soon as it happens.
Watch New Content
Scheduled triggerIn Make“Triggers when a new content is being created for any content type you specify.”
Watch New Content hands your scenario every fresh piece of content created on your site, for the content type you choose, so each new article, page or product item can start a chain of work.
What Make can do in Drupal
Drupal gives you 5 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create a Content
ActionIn Make“Creates a new content for any content type you specify.”
Create a Content adds a new item to your Drupal site in the content type you pick, filled with data that came from an earlier module.
Delete a Content
ActionIn Make“Deletes a content by type.”
Delete a Content removes one item of a given type from your site, which keeps Drupal tidy when the source record disappears elsewhere.
Get a Content
ActionIn Make“Retrieves a сontent based on type.”
Get a Content reads one existing Drupal item of a given type and passes its data to the modules that follow it in the scenario.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Make an API Call lets you reach any endpoint of the Drupal API from your scenario, using the same connection as the other Drupal modules.
Update a Content
ActionIn Make“Updates a content by type.”
Update a Content rewrites an existing item of a given type with fresh data, so your Drupal site reflects changes made in another tool.
Need help automating Drupal with Make?
A person reads every message.