Peaka Make integrationAutomate Peaka with Make.
Need the rows of a Peaka query inside another tool? The Peaka Make integration gives you 2 modules: one search that returns query results as rows, and one action that sends an authorized call to Peaka. This page links your API key, builds a first scenario and explains both modules.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Peaka Make integration do for you?
The Peaka Make integration lets a Make scenario (the automation you build, a chain of modules) read the result of a Peaka query and reuse it in any other app. Each module is one brick of that chain. Peaka has two of them in Make: a search and an action, and no trigger.
Feed a report with fresh rows. A form, a CRM or a spreadsheet starts the scenario, Search Peaka Query runs your query, and every row comes back as a bundle, one item that flows to the next module. Map those rows into the tool that needs them.
Answer a request with data. When a colleague asks for figures through another app, the same search looks them up in Peaka and hands them over without anyone opening a dashboard.
Reach what the search does not cover. The Make and API Call module sends an authorized request to Peaka with the connection you already made, for the cases the search leaves out.
What Make will not do here: Peaka has no trigger, so nothing starts a scenario from inside Peaka. The scenario opens on another app or on Make's own schedule, every 15 minutes by default. The Peaka documentation is also flagged as AI-generated by Make, so check any detail that matters with Peaka. If you are new to the tool, the Make training covers the editor step by step, and n8n vs Make helps if you are still choosing a platform.
How do you connect Peaka to Make?
- 01
Generate an API key in Peaka
In Peaka, click the Settings icon on the dashboard and open the API Keys tab in the sidebar. Click Add First API Key (or API Key), give it a name, press Generate, then copy the key shown in the window.
- 02
Add a Peaka module in Make
Open your scenario, add either Peaka module and click Create a connection. A connection is your Peaka account linked to Make once, then reused by both modules. You can type a label in Connection name if you like.
- 03
Paste the key and save
Paste the API key you copied from Peaka into the credentials field and confirm. Make can now read your queries. The key is the only credential Peaka asks for, and you need an active Peaka account for it to work.
Build your first scenario with Peaka
GoalWhen another app sends a new request, Make runs your Peaka query and returns its rows, one bundle each, ready for the next module.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the +. Pick the app that starts the flow, for example the form or CRM where requests arrive, since Peaka itself has no trigger.
- 02
Add Search Peaka Query
Click the + on the right of the first module, search for Peaka and choose Search Peaka Query. Click Create a connection and paste your API key.
- 03
Fill the module
Once connected, Make lists what it can read from Peaka. Pick the Peaka query whose rows you want. The query itself is built on the Peaka side, so prepare it there first.
- 04
Test with Run once
Click Run once. Make runs the scenario one time, and you can open each module to read the bundles it received. Each row of the query shows up as its own bundle.
- 05
Schedule and switch on
Set the schedule on the first module (every 15 minutes by default, 15 minutes at least on the Free plan) and switch the scenario on. Add the destination module later with the same +.
What the Peaka modules do
Peaka gives you 2 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Make and API Call
ActionIn Make“Performs and arbitrary authorized API call”
Sends an authorized request to Peaka through the connection you already created, so you can reach something the search module does not offer.
Search Peaka Query
SearchIn Make“Searches and returns the result of Peaka Query as rows”
Runs a Peaka query and hands its result back as rows, one bundle per row, so the next module can use each line on its own.
Need help automating Peaka with Make?
A person reads every message.