Hello everyone! Wanted to ask if there’s a way to run javascript in make for “FREE”. I tried a bunch of scripting modules but it requires an account and subscription to those scripting apps. Is there one that’s for make that doesn’t require any subscription?
Hi @Nariesss,
Welcome to the Make community! There are several Apps that will run the JS script on their server for you, which of course need a subscription.
You could use Custom Functions (Enterprise only), or you could insert JS if you build your own Custom App: JavaScript in Make | Make Apps
No such thing as a free lunch, I am afraid.
Cheers,
Henk
I see! Thanks so muchhhh!
Welcome to the Make community!
Usually when I want to run JavaScript, I’ll use the
samliew – request private consultation
Join the Make Fans Discord server to chat with other makers!
If you can code and have the time, lowest cost option would be to setup a quick API endpoint on your preferred service eg AWS lambda.
Alternatively, you can use a paid module as mentioned by others. When you compare this cost of the time needed to setup something custom versus just using a paid module it’s a pretty easy decision.
I would recommend our own “Run JavaScript Code” action in the Dumpling AI module as it allows you to import npm packages etc which many of the others don’t support.
Olá. No Make, o módulo General JavaScript Code pede uma Chave API. Como consigo esta chave?