Plytix Make integrationAutomate Plytix with Make.
Can Make keep your Plytix product catalog in step with the rest of your stack? The Plytix Make integration offers 4 action modules covering products, assets and other catalog objects. This guide shows e-commerce and catalog teams how to connect the account and run a first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Plytix Make integration do?
The Plytix Make integration links your Plytix account, a product information management (PIM) platform, to Make, a tool where you build automations called scenarios without code. A scenario is a chain of modules, and each module is one brick of work in one app. Here, the Plytix modules act on your catalog: products, product assets and the other objects the app manages.
Product records fed from another tool. When product data lives in a spreadsheet, a form or a supplier file, a scenario can pass each row to the Products module, so the catalog in Plytix is updated from that source instead of being retyped.
Media that follows the product. Once a product is handled, the Assets module lets the same scenario deal with the images and files attached to it, which saves the back and forth between a shared drive and Plytix.
Categories, variants and relationships. The Plytix documentation lists them among what the app manages in Make. The Other module and the Triggers module ship without an official description, so open each one in the editor and read its list of operations before you plan a scenario around it.
What Make does not give you here: Plytix has no trigger module, so nothing in Plytix starts a scenario by itself, and there is no generic Make an API Call module to reach endpoints outside these 4 modules. If you also look at n8n, the n8n vs Make comparison sets out the criteria, and the Make training covers the editor basics used on this page.
How do you connect Plytix to Make?
- 01
Create an API key in Plytix
Log in to Plytix, open the API tab in your account settings and click Create API key. Plytix shows an API key and an API password: copy both and keep them somewhere safe, since Make asks for the pair.
- 02
Add a Plytix module in Make
In your scenario, add any Plytix module and click Create a connection. A connection is your Plytix account linked to Make once, then reused by every Plytix module. The Connection name field is optional but helps when you run several accounts.
- 03
Paste the key and save
Fill API key and API password with the values copied from Plytix, then click Save. If Make or Plytix asks you to authenticate and confirm access, accept, and the connection appears in the module ready to use.
Build your first scenario with Plytix
GoalWhen product data arrives from another app, Make updates the product in Plytix and then handles its assets.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the +. Since Plytix has no trigger, start with the module of the app that holds your source data, or with a scheduled start.
- 02
Add the Products module
Click the + on the right of the first module, search for Plytix and pick Products. Select your connection, or click Create a connection if this is your first Plytix module.
- 03
Map the product data
Fill the fields of Products with data from the first module. Each bundle, meaning one item passed from one module to the next, becomes one product for Plytix to process.
- 04
Chain the Assets module
Add Assets after Products and map what it needs from the previous modules, so the media work happens right after the product is handled in the same run.
- 05
Test with Run once
Click Run once to execute the scenario one time, then open each module to read the bundles it received. Fix the mapping here before any real data flows through.
- 06
Schedule and switch on
Set the schedule on the first module (every 15 minutes by default, 15 minutes minimum on the Free plan) and switch the scenario on. Each module run on one bundle counts as one operation.
What can each Plytix module do in Make?
Plytix gives you 4 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Triggers
ActionIn the docs onlyDespite its name, Triggers is listed as an action: it does not start a scenario, it runs once another module has passed it a bundle. No official description exists for it, so its operations only show in the editor.
Products
ActionIn the docs onlyProducts gives the scenario a hand on the core of your catalog: the product records stored in Plytix. It is the module to reach for when data about an item comes from somewhere else and should end up in the PIM.
Assets
ActionIn the docs onlyAssets lets a scenario work on the product assets kept in Plytix, the images and files that sit next to each item. Pick it rather than Products when the change concerns media, not the product record itself.
Other
ActionIn the docs onlyOther groups what the app does beyond products and assets. The Plytix documentation says the app also manages categories, variants and product relationships, without stating which module holds each one, so open Other to check.
Need help automating Plytix with Make?
A person reads every message.