How to create a timestamp variable

This can be created by taking the following steps:

Step 1: enable Developer mode

Step 2: add a script variable

function(callback, variables) {
    var date = new Date();
    callback(date)
}

That’s it! You can use this variable - {{timestamp}} in the example above - in your chat or in your response connections!

Edit this page

Tags
See also