- Home
- Resources
- Integrations
- Pigment
Pigment Make integrationAutomate Pigment with Make.
Tired of uploading the same CSV into Pigment by hand? The Pigment Make integration gives you 3 action modules: one imports CSV data, one exports data as a CSV, one calls the Pigment API. This page shows finance and ops teams how to connect Pigment and build a first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Pigment Make integration do for you?
The Pigment Make integration links your Pigment workspace to Make, a visual tool where you build a scenario (the automation itself, a chain of bricks) without writing code. Each brick is a module: here, three actions that push CSV data into Pigment, pull data out of it as a CSV, or call any endpoint of its API.
Feed your plan from the tools that hold the numbers. A sales tool, a form or a spreadsheet produces the rows; Import Data sends them to Pigment as CSV data. Your planners stop rebuilding the same upload, and the model gets its inputs from a scenario instead of a person.
Send Pigment results where people read them. Export Data takes data out of Pigment as a CSV, so the next module of the scenario can store the file, attach it to a message or hand it to another app. Useful when leadership wants the forecast without opening Pigment.
Reach what the two modules do not cover. Make an API Call reuses your Pigment connection to call any endpoint of the Pigment API. It asks you to read the Pigment API reference first, which is the price of that freedom.
Be aware that Make itself warns its Pigment documentation is limited, because little public information about the app exists. Test each module with real data before you rely on it. The Make review helps you judge the tool as a whole, and n8n vs Make is worth a look if Pigment also has an n8n node in your stack. For a hand with the setup, see Make training.
How do you connect Pigment to Make?
- 01
Add a Pigment module
In your scenario, click the +, search for Pigment and pick any of its modules, for example Import Data. The module opens with an empty connection field and a Create a connection button next to it.
- 02
Create the connection
Click Create a connection. A connection is your Pigment account linked to Make once, then reused by every Pigment module. You can give it a name, which helps when a workspace holds several accounts.
- 03
Authorize and save
Follow what Pigment asks for: either an authorization page where you approve Make, or a key that Pigment gives you and that you paste into the field. Then click Save, and the module can read your Pigment data.
Your first scenario with Pigment
GoalWhen new rows appear in another app, Make imports them into Pigment as CSV data.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the +. Pigment has no trigger, so the first module comes from the app that holds your source rows.
- 02
Pick the source module
Search the source app by name, choose the module that returns your rows and link its account with Create a connection. Each row it returns is a bundle, one item passed to the next module.
- 03
Add Import Data
Click the + on the right of the first module, search Pigment and choose Import Data. Create the Pigment connection, fill the fields and map the values coming from the source module.
- 04
Test with Run once
Click Run once. Make executes the scenario one time and shows the bundles each module received, so you can open Pigment and check that the data landed where you expected.
- 05
Schedule and switch on
Set the schedule on the first module with the clock icon: a new scenario runs every 15 minutes by default. Adjust it if needed, then switch the scenario on so it keeps running without you.
What Pigment can do in Make
Pigment gives you 3 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Export Data
ActionIn Make“Exports Data as a CSV.”
Export Data gives you Pigment data as a CSV inside the scenario, ready for the modules that follow: store it, send it, or hand it to another tool that reads CSV files.
Import Data
ActionIn Make“Imports CSV Data.”
Import Data loads CSV data into Pigment, so rows coming from a sales tool, a form or a spreadsheet reach your model without a manual upload.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Make an API Call lets you reach any endpoint of the Pigment API with the connection you already created, which covers every need the two other modules leave open.
Need help automating Pigment with Make?
A person reads every message.