Javascript in Make?

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. :slight_smile:

Cheers,
Henk

3 Likes

I see! Thanks so muchhhh! :smile:

Welcome to the Make community!

Usually when I want to run JavaScript, I’ll use the

  • 0CodeKit “Run JavaScript JS-Code” module, or

  • Custom JS “Execute a Custom Javascript” module

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!

2 Likes

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.

1 Like

Olá. No Make, o módulo General JavaScript Code pede uma Chave API. Como consigo esta chave?