Skip to main content
The supported Node.js version is 20.19.5
JavaScript (Node.js) can be used on the backend to write business logic within API steps, Workflows, and Scheduled Jobs:
  • Transform the output of previous REST, GraphQL or SQL steps
  • Write business logic referencing the User Interface Components
  • Make HTTP calls via axios

Supported Libraries

Superblocks supports all of the libraries included in Node.js 20. For example, you can use the url module for URL resolution and parsing, or crypto for password hashing and encryption / decryption. To use any of these libraries in backend JavaScript steps, include them with the require() function.