What is your goal?
Can we export the Scenario’s created by us to use in our own website? If Yes, How does that work. Will I get an API of the scenario to use in my website? Do I need Subscription for this.
What is the problem & what have you tried?
I want to use the scenario in my website.
Hey there,
What do you mean use it on your website?
Link ot there for other people to download? Or connect it so it does something on the website automatically?
Connect it to my website to do things automatically.
Is it a wordpress website? Or something else?
Usually there is a plugin you need to install and then you can connect that in a Make scenario.
It is not a wordpress website, I am creating a website which is hosted on aws.
I want to use the scenario which I created in make.com in my website. Will it work through api calling or directly connect through Make.com .
I don’t really get the meaning behind your question, what is it that you want to achieve?
If you build a website yourself, you can trigger scenarios with a webhook or even the Make API from requests sent by your website/backend.
Abhinav
January 28, 2026, 10:15am
8
Simple thing, I want my scenario to be used in the website/backend which I create. How to do that.
You can’t really export a scenario from Make, but you can expose it via a webhook .
The usual approach is to trigger the scenario with a Custom Webhook , then return data using Webhook response .
From your website (or any external system), you just call the webhook URL (POST with JSON), and Make runs the scenario.
If needed, authentication, routing, or client-specific logic can be handled inside the scenario (headers, tokens, parameters, etc.).
1 Like