🔘Data generator
The body of the request (webhook) and response (endpoint) supports variables to generate random data.
Variable format {$<variableName>}
Some variables support passing arguments. Let's look at some examples.
{$randomNumber}- simple variable with no arguments{$randomNumberBetween:12,36}- where:indicates that the arguments will be listed next and,is the separator for each argument.
See the page below for a list of all variables.
VariablesLast updated