I’m currently using BoxHero for inventory management, and I’d like to connect it with Salla and Zed to automatically sync products, stock levels, and orders between the platforms.
After researching, I found that Make might serve as an intermediary instead of building a custom server and database.
Could you please confirm if it’s possible to integrate BoxHero with Salla and Zed using Make?
If yes, I’d really appreciate guidance on how to set it up — whether via APIs, webhooks, or existing modules.
Hi and welcome to the Community!
Make has a pre-built app for Salla. While there’s no pre-built app for BoxHero or Zed, it should be possible to integrate with their APIs.
BoxHero has pretty thorough API documentation. You can use the Make HTTP app to connect with any API directly.
I can’t be so sure about Zed, as I can’t find any details on any SaaS solution that you might be referring to. Do you have their website URL?
1 Like
Welcome to the Make community!
Make doesn’t have a module for BoxHero yet.
See if the endpoints you want to use exist in the BoxHero Developer API reference. If yes, you can integrate the endpoint in Make using the generic HTTP “Make a request” module.
If the external service allows you to register webhooks, then you can create a trigger to wait for incoming webhook requests in Make using the generic Webhook “Custom webhook” module.
You can also suggest for it to be made in the Idea Exchange. However, do search for a similar request (and also upvote), just in case it has already been suggested to avoid duplicates.

If you need assistance in setting up an app’s universal module or the generic HTTP modules, please provide additional information about what you have tried in relation to the external service’s Developer API Reference — how you are setting the connection up, a link to the endpoint are you trying to connect to, and what errors you are encountering.
You can also complete this course/tutorial in the Make Academy on how to use external APIs in Make — API calls with HTTP modules
- API and Endpoints
- Header and body
- Multipart/form-data
- OAuth 2.0
I would suggest completing the Make Academy before jumping into building a complete scenario. If you need specific assistance when you are building a scenario it’s easier to help you then.
Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —
Learn Make
How-Tos
Useful to Know
Hope this helps! If you are still having trouble, please provide more details.
— @samliew
P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!