- Home
- Resources
- Integrations
- Geckoboard
Geckoboard Make integrationAutomate Geckoboard with Make.
Tired of pasting numbers into Geckoboard by hand? The Geckoboard Make integration gives you 4 action modules that create datasets and push records into them. This guide is for ops and sales leads who own a dashboard, and it walks you from the API key to a live first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Geckoboard Make integration do for your dashboards?
The Geckoboard Make integration lets Make write data into your Geckoboard datasets, the tables your widgets read from. You build a scenario (the automation itself, a chain of modules), and each module is one brick of it. Data from another app goes in, and your dashboard updates without anyone touching a spreadsheet.
A sales leaderboard that fills itself. When a deal is marked won in your CRM, Send One Record to Dataset adds a row to the dataset behind your leaderboard. Each item Make passes along is called a bundle: here, one deal.
A support queue view built from a batch. If your help desk hands Make a whole list of tickets, Send Multiple Records to Dataset pushes them together instead of one by one. Before either of these, Create Dataset makes sure the target table exists, and simply returns it when it already does.
A clean slate for a retired metric. Delete Dataset removes a dataset you no longer report on, so old tables stop cluttering the account.
Know the limits before you start. Geckoboard has no trigger in Make, so something else has to start the scenario. There is no search module either, so Make writes to Geckoboard but does not read your figures back, and there is no Make an API Call module to fill gaps. For a broader look at the tool, the Make review helps, and Make pricing explains how operations are counted. The same app often has an n8n node too; n8n vs Make lays out the differences.
How do you connect Geckoboard to Make?
- 01
Copy your API key from Geckoboard
In Geckoboard, click your initials in the top right corner, then pick Account from the menu. Scroll to the API Key section on the Account Details screen and copy the key shown there.
- 02
Open the connection window in Make
Add any Geckoboard module to your scenario and click Create a connection. A connection is your Geckoboard account linked to Make once, then reused by every Geckoboard module you add later.
- 03
Name it and paste the key
The Connection name field is optional, but a clear name helps when you run several accounts. Paste the API key you copied, confirm, and Make is ready to write to your datasets.
Build your first scenario with Geckoboard
GoalWhen a deal is won in your CRM, Make checks the Geckoboard dataset exists and adds the deal to it.
- 01
Start a new scenario
Go to the Scenarios page, create a new scenario and click the +. Pick the app that holds your deals as the first module, since Geckoboard has no trigger of its own.
- 02
Add Create Dataset
Click the + on the right of the first module, search Geckoboard and choose Create Dataset. Connect your account, then describe the dataset you want your leaderboard to read.
- 03
Send the deal as a record
Add Send One Record to Dataset after it. Map the deal values coming from your CRM module into the record, so each won deal becomes one new row in the dataset.
- 04
Test with Run once
Click Run once to execute the scenario a single time. Open each module to read the bundles it received, then check your Geckoboard widget to see the new row land.
- 05
Schedule it and switch it on
Set the schedule on the first module (every 15 minutes by default, and never shorter on the Free plan), then turn the scenario on. From now on, won deals reach the dashboard without you.
Geckoboard modules in Make
Geckoboard gives you 4 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create Dataset
ActionIn Make“Creates a Dataset with a given schema, or returns it if it already exists.”
This module gives you a Geckoboard dataset built on the schema you describe, and if that dataset already exists it hands back the existing one instead of failing.
Delete Dataset
ActionIn Make“Deletes a Dataset”
Removing a dataset you no longer need is what this module does, which keeps your Geckoboard account free of tables from old reports and abandoned tests.
Send Multiple Records to Dataset
ActionIn Make“Sends multiple records to an existing Dataset”
With this module you push a whole set of records into an existing dataset in one go, handy when the previous step already gives you a list rather than a single item.
Send One Record to Dataset
ActionIn Make“Adds a single record to an existing Dataset”
Each run of this module adds exactly one record to a dataset that already exists, so every event in another app turns into one fresh row on your dashboard.
Need help automating Geckoboard with Make?
A person reads every message.