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
Constants
node has no input.
Output
Out: Returns an
Object
with the constants key-value params or anArray
withObject
,String
,Number
orBoolean
. 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?