Loading...
Modifying the actual response data is done by using the normal features and steps available to a transformer. The internal representation of the response data is msg, while the internal representation of the outbound template (if set) is tmp. When the response transformer finishes processing, it will use the value of tmp (or msg if no outbound template is set) to create the Processed Response content.
There are three other pieces of the response that you can modify in the response transformer:
In addition to the above variables, you have access to response, which is an ImmutableResponse object. For additional information, see the User API.