Ycode Make integrationAutomate Ycode with Make.
Tired of pasting the same entries into your Ycode site by hand? The Ycode Make integration gives you 7 modules (6 actions and 1 search) that work on collection items. This guide shows how to connect your project and build a first scenario step by step.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Ycode Make integration do?
The Ycode Make integration links your Ycode project to Make, so a scenario (the automation you build in Make, a chain of modules) can read and change the items of your collections. Each module is one brick of that chain. Here, all of them act on collection items, and none of them starts a scenario by itself.
Fill a collection from another tool. Picture a studio that collects project briefs in a form app. The form app starts the scenario, and Create a Collection Item turns each answer into a new entry of your Ycode collection, with no copy and paste.
Keep existing entries in sync. When a price or a status changes in the tool your sales team uses, List Collection Items fetches the entries, then Update a Collection Item or Patch a Collection Item writes the new value on the right one. Every item that moves between modules is a bundle, and every module run on one bundle counts as one operation on your Make plan.
Clean up what is no longer relevant. An event that closes in your ticketing tool can trigger Delete a Collection Item so the page disappears from the list on your site.
What Make does not give you here: a trigger. Ycode has no module that watches your project, so the scenario starts from another app or from the schedule on its first module. When a listed module is not enough, Make an API Call reaches any endpoint of the Ycode API with the same connection. The same app may also exist on n8n; the n8n vs Make page explains how the two tools differ. For budget questions, see Make pricing, and if you want help building it, the Make agency team is there.
How do you connect your Ycode account to Make?
- 01
Generate an API token in Ycode
You need an active Ycode project. Open the project settings, go to the API Tokens tab, click Add API token, give the token a name, then copy the token that appears on screen.
- 02
Add a Ycode module in Make
Log in to Make, add any Ycode module to your scenario, and click Create a connection. A connection is your Ycode account linked to Make once, then reused by every Ycode module you add.
- 03
Paste the token and save
If you like, type a label in the Connection name field so you can tell projects apart later. Paste the API token you copied from Ycode, or follow the on-screen instructions, and confirm to create the connection.
Build your first scenario with Ycode
GoalWhen a record changes in another app, Make finds the matching entry in your Ycode collection and updates it.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the +. Ycode has no trigger, so the first module comes from the app where your data lives, such as your spreadsheet or your form tool.
- 02
Add List Collection Items
Click the + on the right, search for Ycode and pick List Collection Items. Click Create a connection and paste your token. Once linked, Make lists what it can read in your project.
- 03
Add Update a Collection Item
Add Update a Collection Item after the search. Map the item returned by the previous module and the new values coming from your first app, so each bundle lands on the right entry.
- 04
Test with Run once
Click Run once. Make runs the scenario one time and shows the bundles each module received. Check on your Ycode site that the right entry changed before going further.
- 05
Schedule and switch on
Open the clock on the first module to set the Scheduling. A new scenario runs every 15 minutes by default. Then switch the scenario on, and it keeps working without you.
What can Ycode do in Make?
Ycode 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 Collection Item
ActionIn the docs onlyThis module adds a fresh entry to one of your Ycode collections, filled with the data your scenario carries from another app.
Delete a Collection Item
ActionIn the docs onlyWith this module, an entry leaves your Ycode collection as soon as the scenario reaches it, so outdated content stops living on your site.
Get a Collection
ActionIn the docs onlyGet a Collection returns one collection of your project as a single bundle, which is handy to see what Make can read before you write anything.
List Collection Items
SearchIn the docs onlyHere is the only search of the app: it brings back the entries of a collection so the next modules can work on them one by one.
Make an API Call
ActionIn the docs onlyMake an API Call is your way out when the six other modules stop short: it calls any endpoint of the Ycode API, reusing the connection you already created.
Patch a Collection Item
ActionIn the docs onlyPatch a Collection Item changes an existing entry of your collection. The name suggests it only touches the values you send, but that is a guess, not a documented fact.
Update a Collection Item
ActionIn the docs onlyUpdate a Collection Item updates an entry you already have in Ycode with the values mapped from earlier modules in the scenario.
Need help automating Ycode with Make?
A person reads every message.