Code in REA Automation#
REA Automation is a low-code tool. This means you can do a lot without code, then add code when needed.
Code in your workflows#
There are two places in your workflows where you can use code:
-
Expressions
Use expressions to transform data in your nodes.
-
Code node
Use the Code node to add JavaScript or Python to your workflow.
Other technical resources#
These are features that are relevant to technical users.
Technical nodes#
REA Automation provides core nodes, which simplify adding key functionality such as API requests, webhooks, scheduling, and file handling.
-
Write a backend
The HTTP Request, Webhook, and Code nodes help you make API calls, respond to webhooks, and write any JavaScript in your workflow.
Use this do things like Create an API endpoint.
-
Represent complex logic
You can build complex flows, using nodes like If, Switch, and Merge nodes.