Skip to main content

Scripts request reference

These helper functions are available in the request object in scripts.

  • request.variables.get(key) - Get a request variable. Request variables are only available for the duration of the request.
  • request.variables.set(key, value) - Set a request variable. Request variables are only available for the duration of the request.