Constant
General
The Constants node can be used to defined helper constants. This is usually useful to either utilise and query a database with or an external endpoint or return as part of an HTTP response.
Input
The
Constantsnode has no input.
Output
Out: Returns an
Objectwith the constants key-value params or anArraywithObject,String,NumberorBoolean. When there is ambiguity both options are shown on the right to pick the correct one.
Use Cases
Return a static message to the user.
Request (Get) ➡ Constants ➡ Response (200)
Last updated
Was this helpful?