Integration-make

Simply execute JavaScript directly in Make

You can write javascript directly in Make or you can store it in the CustomJS platform and then select it with its dynamic parameters in Make. You have access to the following NPM modules in the JavaScript code.
Make Extension
Make Extension

How it works:

1: You have to register in our platform to get an API key. Sign In
2: On your home screen you will see the option to copy your API key on the right side.

CustomJS V2 API Key
CustomJS V2 API Key
3: Select a CustomJS V2 action in Make. You will find further information about the modules in the sections below.
CustomJS Make Actions
CustomJS Make Actions
4: If you haven't created a connection yet, you need to create one with the API Key from Step 2.
CustomJS Make Connection
CustomJS Make Connection
5.A: Now you can execute JavaScript Code in Make. You can read about common errors when writing JS code in Make here.
CustomJS Make Inline JS
CustomJS Make Inline JS
5.B: In addition to writing inline JS code, you can also use our platform to write JS code. This allows you to better test and manage the code and make it more accessible in Make via exposed input variables. Watch this video explaining how to write JavaScript functions and how to execute them in Make:

Other Modules:

In addition to the execution of JavaScript, we also offer the following modules. These work exactly as described above with the same API key.

  • -  Create PDF
  • -  Merge multiple PDFs into one

Further information

Firebase Admin SDK

Master the integration of Firebase Admin SDK with custom JavaScript in your Make.com workflows for enhanced PDF generation.

[Read more]

OpenAI Examples

Discover how to incorporate OpenAI's capabilities with Make.com's custom JavaScript tools for dynamic PDF creation.

[Read more]

UUID Example

Explore unique UUID handling examples with custom JavaScript integration for PDF processing on Make.com.

[Read more]

Web Scraping Examples

Discover how to effortlessly create web scrapers with the integration of cheerio and axios libraries in Integromat/Make. No additional services needed for your scraping needs.

[Read more]