Functions

There are a few built-in functions can be used anywhere in the Request. Functions are similar to environment variables, but they usually generate different values for each execution.

FunctionDescriptionExample Outputs
uuidUUID v4.2b76aaa0-f960-4429-a94b-e9fcfed2ded8
now.iso8601Current date-time in ISO-8601 format.2023-11-14T22:18:15Z
now.epochMillsCurrent timestamp in milliseconds.1700000295256
now.epochSecondsCurrent timestamp in seconds.1700000295

To use it, type $((function-name)). For example, $((uuid)).

Powered by Doctave