The code step is a way to extend your workflow to do almost anything.
console.log
and other native functions are disabled.
Some NPM packages are available by default to assist in coding.
axios
Axios client.
Docs are available on the official page.
Code step provides a few helper functions that are executed safely within your environment.
authorizedAxios
Use with Connection entities defined in Vince Live to automatically retrieve tokens and/or automatically send headers defined on the connection.
Depends on a connection derived from getContext()
This fully replaces axios
and has the same methods and configuration options.
Example: