Resources · Make integration

Salla Make integrationAutomate Salla with Make.

Can your Salla store handle its routine work on its own? The Salla Make integration gives you 47 modules, including 28 instant triggers for orders, carts and customers. This page walks store owners through the connection and a first working scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What does the Salla Make integration let you automate?

The Salla Make integration links your Salla store to Make, a no-code tool where you build a scenario: an automation made of modules, each one a brick that watches, creates, updates or searches something. Salla events like a new order start the scenario, and Make carries the data to your other apps.

Win back abandoned carts. Watch Abandoned Cart hands Make every checkout left unpaid. Add Search Customers, then your email tool, and each lost cart gets a reminder without anyone exporting lists.

Publish a catalog from a spreadsheet. Your team prepares items in a sheet. Create a Product turns each row into a product, and Attach Image To Product adds its picture. Every row is one bundle, the item that flows from one module to the next.

Hear about every review. Watch Review Added posts each new review where your care team works, so no unhappy buyer waits for an answer.

What the list does not include: no module creates or edits an order, and every trigger is instant, which means Salla calls Make by webhook (a web address Make listens on) instead of Make checking on a timer. For anything missing, Make an API Call reaches the Salla API. Check what each run costs on the Make pricing page, and if you are also looking at n8n, the n8n vs Make comparison lays out the differences. Stuck on a broken run? Make troubleshooting covers the usual errors.

Connect

How do you connect your Salla store to Make?

  1. 01

    Prepare your Salla Partners app

    Make needs a verified Salla Partners developer account and an active app linked to your store. In the Partners dashboard, open Apps, pick your app and copy the Client ID and Client secret shown there.

  2. 02

    Add a Salla module in Make

    In your scenario, add any Salla module and click Create a connection. A connection is your store linked to Make once, then reused by every Salla module. Give it a clear name in Connection name if you manage several stores.

  3. 03

    Paste the credentials and authorize

    Enter the Client ID and Client secret you copied, or follow the instructions on screen. If Salla asks for a callback URI, use https://www.integromat.com/oauth/cb/salla2. Save, and the connection appears in the module.

First scenario

Your first scenario: put stock back when an order is cancelled

GoalWhen an order is cancelled in Salla, Make finds the products and puts their quantity back in stock.

  1. 01

    Create the scenario

    On the Scenarios page, create a new scenario and click the big +. Search for Salla and pick Watch Order Cancelled.

  2. 02

    Set up the trigger

    Click Create a webhook, then Create a connection with your Salla Partners credentials. From now on, each cancelled order is sent to this scenario.

  3. 03

    Find the products

    Click the + on the right and add Search Products. Map the product reference the order bundle carries (check it with Run once first), so Make finds the matching product in your catalog.

  4. 04

    Put the quantity back

    Add Update Product Quantity and map the product found in the previous step. Set the new quantity from the data Make shows you in the earlier modules.

  5. 05

    Test with Run once

    Click Run once, then cancel a test order in Salla. Open each module's bubble to read the bundles it received and check the stock in your store.

  6. 06

    Switch it on

    Save and switch the scenario on. Since the trigger is instant, it runs each time Salla reports a cancellation, with no timer to set.

Triggers

Which Salla events can start a scenario?

28 modules start a scenario when something happens in Salla. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Salla as soon as it happens.

Salla1Custom Webhook

Custom Webhook

Instant trigger

In MakeWebhooks simplify the way apps communicate with each other, as you get to be notified whenever your app receives payload/data from another app.

Make gives you a webhook address of your own, and whatever data reaches it starts your scenario. Think of it as the generic entry point, next to the named Watch modules listed below.

How it fires
instant. Salla calls Make through the webhook as soon as the event happens, so nothing waits for a schedule.
When to use it
you need a store event that has no dedicated Watch module on this page, or you want one entry point for several events.
Watch out
the payload has no fixed shape, so click Run once, send a test event from Salla and read the bundle before you map anything.
Salla2Watch Abandoned Cart

Watch Abandoned Cart

Instant trigger

In MakeTriggers when there is an abandoned cart.

A shopper fills a cart and leaves without paying: this trigger hands you that cart as soon as Salla flags it. It is the starting point for any recovery flow, from a reminder email to a note in your CRM.

How it fires
instant: Salla notifies Make by webhook the moment it marks the cart as abandoned.
When to use it
you want a follow-up message or a sales task created for every lost checkout, without exporting carts by hand.
Watch out
pair it with Search Customers when the next step needs more than what the cart bundle carries, and test with a real cart first.
Salla3Watch Brand Created

Watch Brand Created

Instant trigger

In MakeTriggers when a brand was created.

Every time someone on your team adds a brand in the Salla dashboard, Make receives it and your scenario can react. Handy when brands live in more than one place, like a supplier sheet or a marketing calendar.

How it fires
instant, through a webhook that Salla fires right after the brand is saved.
When to use it
you keep a brand list in another tool and want it to grow on its own when the store gets a new label.
Watch out
if the same scenario also runs Create a Brand in Salla, you can end up with a loop, so keep creation and watching in separate flows.
Salla4Watch Brand Deleted

Watch Brand Deleted

Instant trigger

In MakeTriggers when a brand is deleted.

When a brand disappears from your store, this trigger lets the rest of your tools know. It keeps side lists honest: the brand stops showing up in reports, sheets or supplier trackers that still reference it.

How it fires
instant: Salla pings Make by webhook once the deletion goes through.
When to use it
a brand is removed in Salla and you want the matching row archived or flagged in the spreadsheet your buyers use.
Watch out
a deletion cannot be undone from Make, so use this trigger to archive or log, not to recreate the brand automatically.
Salla5Watch Brand Updated

Watch Brand Updated

Instant trigger

In MakeTriggers when a brand was updated.

A brand gets renamed or its details change in Salla, and this trigger passes the new version to your scenario. You stop copying edits by hand into the tools that mirror your catalog.

How it fires
instant. The webhook from Salla reaches Make right after the change is saved.
When to use it
your marketing team maintains brand pages elsewhere and needs the latest wording each time the store is edited.
Watch out
any scenario that writes back with Update a Brand will fire this trigger again, so add a filter or keep the two apart.
Salla6Watch Category Created

Watch Category Created

Instant trigger

In MakeTriggers when a category is created.

New category in the store, new run of your scenario. The trigger gives you the category the moment it exists, so the tools around your shop can prepare for the products that will land in it.

How it fires
instant: Salla calls Make by webhook as soon as the category is saved.
When to use it
a merchandiser opens a new section and you want a matching tab in a planning sheet or a heads-up in the team chat.
Watch out
a category often arrives empty, so do not count on products being attached yet when the scenario runs.
Salla7Watch Category Updated

Watch Category Updated

Instant trigger

In MakeTriggers when a category is updated.

Whenever a category changes in Salla, this trigger sends its fresh version to Make. It keeps navigation labels, feeds and internal docs aligned with what shoppers actually see.

How it fires
instant, via a webhook fired by Salla right after the edit.
When to use it
your content lead renames sections and wants the same names pushed to a product feed or a style guide without a second pass.
Watch out
several quick edits mean several runs, and each module that runs costs operations on your plan.
Salla8Watch Coupon Applied

Watch Coupon Applied

Instant trigger

In MakeTriggers when a coupon is applied.

A customer types a coupon at checkout and your scenario hears about it right away. That gives you a live view of which codes work, instead of waiting for a report at the end of a campaign.

How it fires
instant: Salla sends the event to Make by webhook when the coupon is applied.
When to use it
you run influencer or partner codes and want each use logged in a sheet, credited to the right partner.
Watch out
an applied coupon is not a paid order yet; use Watch Order Created or Watch Order Payment Updated to count real sales.
Salla9Watch Customer Created

Watch Customer Created

Instant trigger

In MakeTriggers when a customer is created.

Each new customer account in your Salla store becomes a bundle in Make, ready to be copied wherever you follow your clients. It is the cleanest way to feed a CRM or a welcome sequence.

How it fires
instant. Salla calls the Make webhook as soon as the account exists.
When to use it
you want every sign-up added to your email tool with the right tag, so the welcome message goes out without a manual import.
Watch out
this fires on account creation only; changes made later come through Watch Customer Updated.
Salla10Watch Customer Login

Watch Customer Login

Instant trigger

In MakeTriggers when a customer login.

This trigger tells Make each time a customer signs in to your store. It turns a quiet signal into something you can act on, such as spotting returning buyers or keeping a simple activity log.

How it fires
instant: a webhook from Salla reaches Make at each login.
When to use it
your support team wants to see recent activity next to a customer record in the helpdesk before replying.
Watch out
logins can be frequent, and every run consumes operations, so add a filter early if you only care about some customers.
Salla11Watch Customer Otp Request

Watch Customer Otp Request

Instant trigger

In MakeTriggers when a customer request an Otp.

An OTP is the one-time code a customer asks for to sign in. This trigger reports every such request to Make, which gives you a trace of sign-in attempts outside the Salla dashboard.

How it fires
instant, through the webhook Salla sends as soon as the code is requested.
When to use it
you want a log of code requests in a sheet to spot customers who keep failing to get in and may need help.
Watch out
treat these bundles as sensitive account data and send them only to tools your team is allowed to use for that.
Salla12Watch Customer Updated

Watch Customer Updated

Instant trigger

In MakeTriggers when a customer is updated.

When a customer edits a profile or your team changes it in Salla, the new version lands in your scenario. Your CRM stops drifting away from the store.

How it fires
instant: Salla notifies Make by webhook right after the update.
When to use it
a customer changes contact details and your delivery or support tool must show the same data.
Watch out
if another scenario writes customer data back into Salla through Make an API Call, watch out for update loops.
Salla13Watch Order Cancelled

Watch Order Cancelled

Instant trigger

In MakeTriggers when an order is cancelled.

An order is cancelled and this trigger tells Make on the spot. You can undo the side effects of that order in other tools: a shipping label request, a stock reservation, a sales task.

How it fires
instant. Salla calls Make by webhook as soon as the status becomes cancelled.
When to use it
your warehouse works from a shared sheet and needs the cancelled order struck through before anyone packs it.
Watch out
a cancellation is not a refund; money moves are tracked by Watch Order Refunded.
Salla14Watch Order Coupon Updated

Watch Order Coupon Updated

Instant trigger

In MakeTriggers when an order coupon is updated.

This trigger follows the coupon attached to an existing order. If a code is added, swapped or removed after the order is placed, your scenario gets the new state.

How it fires
instant: a webhook from Salla reaches Make right after the change.
When to use it
finance reconciles discounts per order and needs to know when an order's coupon changes after checkout.
Watch out
it only concerns coupons on orders; codes typed at checkout come through Watch Coupon Applied.
Salla15Watch Order Created

Watch Order Created

Instant trigger

In MakeTriggers when an order coupon is created.

The most common start for a Salla scenario: a new order arrives and Make receives it. From there you can notify the team, prepare shipping in another tool or update a sales dashboard.

How it fires
instant. Salla sends the order to Make by webhook as soon as it is placed.
When to use it
every order should trigger the same routine, like a message to the packing team or a row in the sales sheet.
Watch out
the directory text for this module mentions an order coupon, so check with Run once which data the bundle really carries.
Salla16Watch Order Customer Updated

Watch Order Customer Updated

Instant trigger

In MakeTriggers when an order customer is updated.

Sometimes the buyer details on an order change after it is placed. This trigger passes that change to Make so the order in your other tools shows the right person.

How it fires
instant: Salla calls the Make webhook right after the order's customer is updated.
When to use it
your carrier or invoicing tool already has the order and must receive the corrected contact before shipping.
Watch out
this looks at the customer attached to an order; changes to the customer account itself come through Watch Customer Updated.
Salla17Watch Order Deleted

Watch Order Deleted

Instant trigger

In MakeTriggers when an order is deleted.

When an order is removed from the store, this trigger warns your scenario so the order does not live on in other tools. It keeps your reports free of orders that no longer exist.

How it fires
instant, via a webhook fired by Salla once the order is deleted.
When to use it
your sales sheet or accounting tool mirrors orders and you want the deleted one marked, not silently left there.
Watch out
nothing in Make can bring the order back, so log what arrives in the bundle before you remove anything elsewhere.
Salla18Watch Order Payment Updated

Watch Order Payment Updated

Instant trigger

In MakeTriggers when an order payment is updated.

Money is the moment that matters. This trigger fires when the payment side of an order changes, so you can wait for it before starting anything costly like shipping.

How it fires
instant: Salla notifies Make by webhook as soon as the payment status moves.
When to use it
you only want to prepare a shipment or send an invoice once the payment is confirmed, not at order creation.
Watch out
a payment can move more than once, so add a filter on the status your process needs before the next module.
Salla19Watch Order Products Updated

Watch Order Products Updated

Instant trigger

In MakeTriggers when an order products is updated.

If items are added to or removed from an existing order, this trigger sends the new content to Make. The picking list in your other tools stays in line with what the customer will receive.

How it fires
instant. A webhook from Salla reaches Make right after the products change.
When to use it
an agent edits an order on the phone with the customer and the warehouse must see the updated lines before packing.
Watch out
stock is not adjusted by this trigger; add Update Product Quantity if your process requires it.
Salla20Watch Order Refunded

Watch Order Refunded

Instant trigger

In MakeTriggers when an order is refunded.

A refund goes through and your scenario hears about it straight away. It is the hook for everything that follows a refund: an accounting entry, a note in the CRM, a restock.

How it fires
instant: Salla calls Make through a webhook as soon as the refund is recorded.
When to use it
your bookkeeper wants each refund added to a sheet as it happens, without waiting for an export.
Watch out
a refund and a cancellation are separate events; if both can happen on one order, make sure the scenario does not count it twice.
Salla21Watch Order Updated

Watch Order Updated

Instant trigger

In MakeTriggers when an order is updated.

This one is the wide net for orders: any change on an order starts your scenario. Use it when you want a single place to follow order life, not one scenario per event.

How it fires
instant. Salla sends the updated order to Make by webhook as soon as it changes.
When to use it
you keep a live order table in another tool and want every change reflected without building one scenario per status.
Watch out
it fires often, so each run costs operations; prefer the narrower Watch Order modules when you only need one type of change.
Salla22Watch Product Available

Watch Product Available

Instant trigger

In MakeTriggers when a product is available.

A product comes back to being available, and Make is told at once. It is the natural start for back-in-stock alerts, both for customers and for your own team.

How it fires
instant: the webhook from Salla reaches Make when the product becomes available.
When to use it
customers asked to be told when an item returns, and you keep their requests in a list you can message.
Watch out
Make only receives the event; the list of people to notify must live in another app of your scenario.
Salla23Watch Product Created

Watch Product Created

Instant trigger

In MakeTriggers when a product is created.

Each new product in your Salla catalog reaches Make the moment it is saved. Your other channels, sheets and teams can then pick it up without a manual export.

How it fires
instant. Salla calls Make by webhook right after the product is created.
When to use it
you want a new product announced in the team chat or added to a content calendar so someone writes its description.
Watch out
if a scenario creates products with Create a Product, this trigger will also fire for them, so plan for that loop.
Salla24Watch Product Deleted

Watch Product Deleted

Instant trigger

In MakeTriggers when a product is deleted.

When a product leaves the catalog, this trigger tells the rest of your tools. A sheet, a feed or an ads tool can stop pointing to an item shoppers can no longer buy.

How it fires
instant: Salla notifies Make by webhook once the product is deleted.
When to use it
you advertise products from a list in another app and want deleted ones taken out before anyone clicks on them.
Watch out
the product is gone in Salla, so any lookup through Search Products afterwards will return zero bundles.
Salla25Watch Review Added

Watch Review Added

Instant trigger

In MakeTriggers when a review is added.

A new customer review appears on your store and Make gets it right away. You can answer faster and keep a record of what buyers say, product by product.

How it fires
instant. Salla sends the review to Make by webhook as soon as it is added.
When to use it
your customer care team wants each review posted in its chat channel so a negative one never sits unanswered.
Watch out
reviews are public words from customers; route them to people who can act, not to a noisy channel nobody reads.
Salla26Watch Special Offer Created

Watch Special Offer Created

Instant trigger

In MakeTriggers when a special offer is created.

Special offers are the promotions you set up in Salla. This trigger passes each new one to Make so the people who talk about your store know it exists.

How it fires
instant: a webhook from Salla reaches Make as soon as the offer is created.
When to use it
your social media manager needs a heads-up with the offer details to prepare posts before the promotion goes live.
Watch out
creating an offer is not the same as publishing a post; keep a human check before anything goes public.
Salla27Watch Special Offer Updated

Watch Special Offer Updated

Instant trigger

In MakeTriggers when a special offer is updated.

When an existing special offer is edited, this trigger sends the new version to Make. Promotions announced elsewhere keep matching what the store really applies.

How it fires
instant. Salla calls the Make webhook right after the change.
When to use it
the terms of an offer change in Salla and the banner text in your email tool must follow.
Watch out
an offer can be edited several times in a row, and each save starts a run and uses operations.
Salla28Watch Store Tax Created

Watch Store Tax Created

Instant trigger

In MakeTriggers when a storetax is created.

This trigger fires when a new tax is set up in your Salla store. It is a quiet but useful signal for whoever handles bookkeeping outside Salla.

How it fires
instant: Salla notifies Make by webhook as soon as the store tax exists.
When to use it
your accountant keeps tax settings in a shared sheet and wants to be warned when the store adds a new one.
Watch out
only creation is watched here; the list of modules has no trigger for tax changes or deletions.
Modules

What can Make do in your Salla store?

Salla gives you 19 modules. For each one: what it does for you, when to reach for it, and what to watch out for.

Salla1

Attach Image To Product

Action

In MakeAttaches an Image to a product.

Gives a product its picture without opening the Salla dashboard. The image comes from an earlier module of the scenario, like a file from your storage app, and ends up on the product page.

When to use it
photos are shot and stored elsewhere, and you want each one attached to the right product once it is ready.
Watch out
the module needs to know which product to attach to; get it from Create a Product or Search Products earlier in the flow.
Salla2

Create a Brand

Action

In MakeCreates a new brand.

Adds a new brand to your store from Make. Useful when brand names start in another tool, such as a supplier list, and you are tired of typing them twice.

When to use it
your buying team signs a new supplier in a sheet and the brand should exist in Salla before products are added.
Watch out
Salla also lists Create a Brand (v2); try both with Run once and keep the one that fits your store.
Salla3

Create a Brand (v2)

Action

In MakeCreate-brand-v2

A second version of the brand creation module, listed next to the first one in Make. It also creates a brand in your Salla store, from data coming from earlier modules.

When to use it
you set up a new brand flow and want to compare both versions with a test brand before choosing one.
Watch out
the documentation gives no detail on how v2 differs from Create a Brand, so test it on a throwaway brand first.
Salla4

Create a Category

Action

In MakeCreates a new category.

Opens a new section in your Salla catalog straight from a scenario. Categories can then follow the plan written in your planning tool instead of being rebuilt by hand.

When to use it
a merchandising plan lives in a sheet and each new line should become a category in the store.
Watch out
run it once for each new category only; a scenario that repeats on old rows will create duplicates.
Salla5

Create a Product

Action

In MakeCreates a new product.

Turns data from another app into a real product in your store. It is the heart of any catalog import built with Make, one bundle becoming one product.

When to use it
new items are prepared in a spreadsheet or a supplier file and you want them published in Salla without copy and paste.
Watch out
every created product also fires Watch Product Created, so avoid pairing the two in the same scenario.
Salla6

Delete a Brand

Action

In MakeDeletes a brand.

Removes a brand from your Salla store through a scenario. It keeps the store in step with a master list maintained elsewhere, where brands get retired.

When to use it
a supplier relationship ends and the brand marked as dropped in your sheet should vanish from the store.
Watch out
a deleted brand does not come back from Make; add a filter or a manual check before this module runs.
Salla7

Delete a Category

Action

In MakeDeletes a category.

Takes a category out of your catalog automatically. Handy for seasonal sections that you open and close from a planning tool.

When to use it
a seasonal collection ends and its category is flagged as closed in your planning sheet.
Watch out
deletion is final from Make; confirm the category is the right one, for instance with Search Categories before this step.
Salla8

Delete a Product

Action

In MakeDeletes a product.

Removes a product from the store from inside a scenario. It is the cleanup step for items discontinued in your supplier or inventory tool.

When to use it
your supplier drops an item and you want it gone from Salla as soon as it is marked discontinued in your list.
Watch out
nothing undoes this from Make, so test it on a dummy product and keep a log of what the scenario deletes.
Salla9

Make an API Call

Action

In MakePerforms an arbitrary authorized API call.

The escape hatch: it calls any endpoint of the Salla API with the connection you already set up. Anything the listed modules do not cover can still be reached.

When to use it
you need an action that has no module, such as working on orders, which no listed action can create or edit.
Watch out
you have to know the Salla API route and the data it expects; the other modules spare you that work.
Salla10

Update a Brand

Action

In MakeUpdates a brand.

Edits a brand that already exists in your store. You keep brand details in one reference tool and let Make push the changes into Salla.

When to use it
your brand guide changes a name or description and the store should show the same wording.
Watch out
the scenario must know which brand to edit; Search Brands finds it when you only have the name.
Salla11

Update a Category

Action

In MakeUpdates a category.

Changes an existing category from a scenario, so labels shown to shoppers follow the plan your team writes elsewhere.

When to use it
a section gets renamed in the merchandising plan and the store navigation must follow without anyone logging into Salla.
Watch out
this fires Watch Category Updated too; do not let a scenario that watches categories also update them.
Salla12

Update Product

Action

In MakeUpdates a product.

Edits a product that is already in your catalog. It is how a scenario keeps product pages in step with the source where your team writes content.

When to use it
descriptions or details are reworked in a content tool and must reach the live product page.
Watch out
for stock alone, Update Product Quantity is the narrower tool; keep Update Product for content changes.
Salla13

Update Product Quantity

Action

In MakeUpdates a product quantity.

Sets the stock of a product in Salla from a scenario. Your store shows the quantity that your warehouse or inventory tool actually holds.

When to use it
stock is counted in another system and each change there should land on the matching product in your store.
Watch out
it writes one product per run; for many at once, look at Update Bulk Quantities (Beta).
Salla14

Your Custom Action

Action

In MakeA custom action made for you.

Make lists this module as a custom action made for the Salla app. The documentation says nothing more about what it does, which fields it asks for or what it returns.

When to use it
only after you open it in the editor, read what it offers and test it with Run once on a safe record.
Watch out
for a precise need, Make an API Call is the documented way to reach a Salla endpoint.
Salla15

Search Brands

Search

In MakeSearches for brands.

Finds brands in your store and passes them on to the next modules. It is the lookup step before you update or delete a brand you only know by name.

When to use it
a sheet row names a brand and your scenario needs the matching Salla brand to edit it.
Watch out
a search can return zero, one or several bundles, and each bundle runs the next modules once.
Salla16

Search Categories

Search

In MakeSearches for categories.

Looks up categories in your Salla catalog. Your scenario gets the category it must work on, instead of guessing.

When to use it
you create a product and want to place it in the right section, or check a category exists before deleting it.
Watch out
when nothing matches, the next modules do not run; plan what should happen in that case.
Salla17

Search Customers

Search

In MakeSearches for customers.

Pulls customer records from your store into the scenario. It adds context to an event, such as a cart or an order, when the trigger bundle is not enough.

When to use it
an abandoned cart arrives and your follow-up message needs more about the customer before it goes out.
Watch out
several matches mean several bundles and so several messages; narrow the search or keep only the first result.
Salla18

Search Products

Search

In MakeSearches for products.

Finds products in your catalog and hands them to the next step. It is the bridge between a name or reference in another tool and the product in Salla.

When to use it
you need the product before Update Product Quantity or Attach Image To Product can work on it.
Watch out
each product found is a separate bundle, and every module after it runs once per bundle, which counts operations.
Salla19

Update Bulk Quantities (Beta)

ActionIn the docs only

A beta module with no official description. Its name points to updating the stock of several products in one go, which the brief cannot confirm.

When to use it
you have tested it with Run once on a few products and checked the result in Salla before using it on the full catalog.
Watch out
beta means it may change; for a flow that must stay stable, Update Product Quantity is the documented option.
Need help

Need help automating Salla with Make?

A person reads every message.

FAQ

Salla and Make: common questions

01Is the Salla Make integration free?
Yes, Salla is a standard app in Make, so it works on the Free plan. That plan allows 2 active scenarios, runs of up to 5 minutes, files up to 5 MB and 512 MB of data transfer. Paid plans remove the cap on active scenarios and allow runs up to 40 minutes. Each module run on one bundle is an operation, and your plan counts those. On the Salla side, you need a verified Salla Partners developer account, and Salla's own subscription terms are on its pricing page.
02What do you need to connect Salla to Make?
You need a verified Salla Partners developer account and an active app linked to your store. From the Apps section of the Partners dashboard, copy the Client ID and Client secret of that app. In Make, add a Salla module, click Create a connection, name it if you like and paste the two values. If Salla asks for a callback URI, give it the one Make lists in its Salla documentation. For instant triggers, click Create a webhook first.
03Does the Salla trigger fire instantly?
Yes. All 28 Salla triggers in Make are instant: Salla calls Make through a webhook as soon as an order, cart, customer, product or review event happens. There is no polling interval to set for these modules, unlike scheduled triggers that Make checks every 15 minutes by default on a new scenario. Each event that reaches Make starts a run, so busy stores should add filters to keep operations under control.
04What if the Salla module you need is missing?
Use Make an API Call. It reaches any endpoint of the Salla API with the connection you already have, which covers gaps like order actions, since no listed module creates or edits orders. You need to know the API route and what it expects. The Make documentation page for Salla also warns that its content is AI-generated from Salla sources and may contain mistakes, so check important details with Salla directly before building on them.
05Should you use Make or n8n for Salla?
It depends on what you need to run. In Make, Salla comes with 47 modules: 28 instant triggers, 15 actions and 4 searches, plus Make an API Call for the rest. The same app often has an n8n node too, so check what that node covers before choosing. Pick the tool whose modules match your store events without extra API work, and compare the two platforms on the dedicated n8n vs Make page of this site.