Functions

Functions are used when an endpoint requires some additional steps be taken on detokenized data prior to their receipt. To define a Function region, encapsulate the region using four (4) braces (i.e. {{{{ ... }}}}).

All functions require the following base parameters:

ParameterDescription
FunctionThe name of the function to invoke
TokenThe token on which the function will be invoked after detokenization

📘

Additional parameters are defined for each specific function below.