IONOS Make integrationAutomate IONOS with Make.
What if your DNS records followed your projects without a trip to IONOS? The IONOS Make integration gives you 7 modules to read, create, edit and remove DNS records and to list your domains. This guide is for anyone who runs sites on IONOS: connect your key, then build a first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the IONOS Make integration do for you?
The IONOS Make integration links your IONOS account to Make so a scenario (the automation you build in Make, a chain of steps) can handle your domains and DNS records for you. You get 7 modules, five actions and two searches, and no trigger: the scenario starts on a schedule or from another app.
A subdomain for every new client. A form or a spreadsheet row in another app starts the scenario, and Create a DNS record adds the entry under your domain without anyone opening the IONOS dashboard.
A clean switch to a new server. Search DNS records finds the entries of one domain, then Update a DNS record edits the one that must point somewhere else. Delete a DNS record removes an entry you no longer need.
An inventory you can share. List domains returns every domain of the account, and Get a DNS record reads one entry in detail, so you can copy both into a sheet your team reads.
Keep in mind that IONOS has no trigger in Make: nothing starts on its own when a record changes on the IONOS side. For anything the seven modules skip, Make an API call reaches the rest of the IONOS API with the same connection. If you weigh another tool, the n8n vs Make comparison lays out the criteria, the Make pricing page explains plans, and the Make troubleshooting guide helps when a run fails.
How do you connect IONOS to Make?
- 01
Create an API key in IONOS
In your IONOS dashboard, open the Developer API or API Access section and click Create New Key. Give the key a name, click Next, then copy both the public prefix and the secret shown on screen.
- 02
Add an IONOS module in Make
In your scenario, add any IONOS module and click Create a connection. A connection is your IONOS account linked to Make once, then reused by every IONOS module. The Connection name field is optional, but a clear name helps later.
- 03
Paste the key and save
Paste the public prefix and the secret you copied from IONOS, or follow the instructions Make shows on screen, and confirm. Once the connection exists, Make can read your domains and fill the module fields for you.
Your first scenario with IONOS
GoalWhen a new request arrives in another app, Make finds the matching DNS records in IONOS and updates the right one.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the +. Pick the trigger of the app where requests land, a form or a sheet, since IONOS has no trigger of its own.
- 02
Add Search DNS records
Click the + on the right, search for IONOS and pick Search DNS records. Create the connection with your API key, then choose the domain from the list Make reads.
- 03
Add Update a DNS record
Add Update a DNS record after the search. Map (link a field to data from an earlier module) the record found by the search, then the new content from the request so each run edits the right entry.
- 04
Test with Run once
Click Run once and send one test request. Open each module to read the bundles it received, a bundle being one item passed along, here one DNS record.
- 05
Schedule and switch on
Set the schedule on the first module, every 15 minutes by default, then switch the scenario on. Each module run counts as one operation, the unit Make counts on your plan.
What the IONOS modules do
IONOS gives you 7 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create a DNS record
ActionIn the docs onlyAdds a new DNS entry to one of your domains straight from a scenario, so a subdomain or a verification record exists without a trip to the IONOS dashboard.
Delete a DNS record
ActionIn the docs onlyRemoves one DNS entry from a domain, which keeps your zone tidy once a project, a test site or an old service is gone.
Get a DNS record
ActionIn the docs onlyReads a single DNS entry you already know, and hands its details to the next module so you can compare, log or reuse them.
List domains
SearchIn the docs onlyReturns the domains of your IONOS account, one bundle per domain, which gives your scenario a starting list to work through.
Make an API call
ActionIn the docs onlyOpens the rest of the IONOS API to your scenario, with the connection you already set up, when none of the six other modules covers what you need.
Search DNS records
SearchIn the docs onlyLooks through the DNS records of a domain and hands back the entries that match, so later steps know exactly which record to touch.
Update a DNS record
ActionIn the docs onlyEdits an existing DNS entry so it points where your project now lives, without recreating it and without logging in to IONOS.
Need help automating IONOS with Make?
A person reads every message.