- Home
- Resources
- Integrations
- Peliqan
Peliqan Make integrationAutomate Peliqan with Make.
Can your Peliqan tables stay current without anyone typing into them? The Peliqan Make integration gives you 5 modules: 3 actions that write or call the API, and 2 searches that read databases and rows. This page is for data and ops teams, and it walks you from connection to a working first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Peliqan Make integration do?
The Peliqan Make integration links your Peliqan account to Make, a no-code tool where you build a scenario: the automation itself, a chain of modules. Each module is one brick of that chain. With Peliqan you get modules that edit a table cell or a whole row, list your databases and pull every row of a table.
A table that follows your other tools. Start the scenario from another app, for instance a new deal in your CRM, and let Update a Row write the new status into the matching Peliqan row. Nobody copies values by hand anymore.
A single figure kept correct. When only one value moves, such as a stock level or an approval flag, Update a Cell touches that one cell and leaves the rest of the row alone.
Rows sent where people read them. List Table Rows reads a table and hands each row to the next module, so you can post a summary to a chat tool or fill a spreadsheet for someone who never opens Peliqan. Pair it with List Databases when you first need to see what exists.
What Make will not do here: Peliqan has no trigger module, so nothing in Peliqan can start a scenario by itself. You start it from another app or from the Make schedule. For anything the four named modules skip, Make an API Call reaches the rest of the Peliqan API. New to the editor? The Make training covers the basics, Make pricing explains plans, and if you are also weighing n8n, read n8n vs Make.
How do you connect your Peliqan account to Make?
- 01
Copy your API token in Peliqan
In Peliqan, open Admin in the main menu, then Security settings, then API token. Copy the token shown on screen. You need an active Peliqan account to see this menu.
- 02
Add a Peliqan module in Make
In your scenario, add any Peliqan module and click Create a connection. The connection is your Peliqan account linked to Make once, then reused by every Peliqan module you add later.
- 03
Paste the token and save
Give it a label in Connection name if you like, something like the workspace name, then paste the token you copied and confirm. Make can now read and write your Peliqan data.
Build your first scenario with Peliqan
GoalWhen a record changes in another app, Make updates the matching row in your Peliqan table.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the + to add the first module. Since Peliqan has no trigger, this first bubble belongs to the app where the change happens.
- 02
Pick the starting app
Search that app, choose its module and connect your account. Each item it passes along is a bundle: one record, one contact, one line, handed to the next module.
- 03
Add Update a Row
Click the + on the right, search Peliqan and pick Update a Row. Select your connection, then map values from the first module into the row you want to change.
- 04
Test with Run once
Click Run once. Make runs the scenario a single time and shows the bundles each module received, so you can check that Peliqan got the right values before going live.
- 05
Schedule and switch it on
Open the clock on the first module to set Scheduling; a new scenario runs every 15 minutes by default. Then flip the scenario on and let it work.
What can the Peliqan modules do in Make?
Peliqan gives you 5 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Make an API Call
ActionIn Make“Performs an arbitrary authorised API call to get/manage data in Peliqan.”
This module sends a request of your choice to the Peliqan API through the connection you already set up, so there is no second login. It covers whatever the four named modules leave out.
Update a Cell
ActionIn Make“Updates one cell in a table.”
Changes exactly one cell in a Peliqan table and nothing else, which keeps the rest of the row safe from accidental overwrites. Think of a single status, amount or flag.
Update a Row
ActionIn Make“Updates a row in a table.”
Updates a row of a Peliqan table in one step, so several values of a record that changed elsewhere follow together. It fits best when another app holds the reference version of that record.
List Databases
SearchIn Make“Lists all databases.”
Returns every database your Peliqan account can see, each one as a separate bundle. That gives you a quick inventory without leaving the scenario editor.
List Table Rows
SearchIn Make“Gets all the rows from a table.”
Pulls all the rows of one Peliqan table and passes them on one by one, ready to be sent, filtered or copied into another tool. A search in Make can return zero, one or many items.
Need help automating Peliqan with Make?
A person reads every message.