This platform is currently in BETA.
This platform and the Triggers available are still in BETA. This means they may be subject to change. If that happens, please update usage of the Triggers in your Project accordingly.
Documentation of the library and the available Triggers is ongoing, and may be incomplete.
Instructions for: Verbatim
Back to Verbatim documentation
Follow these steps to add this Trigger to your Project.
- Add a new Trigger to your Project
- Set the "name" of the Trigger to "Verbatim"
- Set the "type" of the Trigger to: [TQL,EVENT]
- Set the "timing" of the Trigger to: [BEFORE,AFTER]
- Set the "method" of the Trigger to: GET
- Set the "timeout" of the Trigger to at least:
- Set the "URL" of the Trigger to: https://triggers.utils.tests.tygron.com/task/?trigger=Verbatim
- Add the following assets to your Project, as desired:
- Add the "echo" key to the url, with the exact json structure to return as value. Note that some special characters may need to be escaped. The json structure must be either TQL update statements with values, or Events with lists of parameters. The structure may use only one or the other; it is not allowed to mix both types.
- Ensure that the Type of the Trigger is set to the type of output which is returned by the Trigger. If the json structure has TQL update statements, set the Type to TQL. If the json structure has events, set the Type to EVENT.