Token Editor
Description


The Token Editor enables you to add new Tokens to use in your project.
Click on the + button to add a new Token. Enter a Name that will be displayed on your Token, then enter a line of CognigyScript that your Token should represent.
Character Limits
The Token name is limited to 30 characters.
The Token script is limited to 400 characters.
Finally, you can select a type for you Token. The selected type will only change the icon displayed on your token and has no influence on your entered CognigyScript.


Creating a new token to reference the current Session ID


The created Token
Example
You can reference frequently used Context variables using your own Tokens:


You can reference this HTTP request's result with the Token script cc.myHttpRequest.result
Updated almost 3 years ago