Utilities consist of modules that let you interact with the data in a workflow....
The Date/Time extension contains a collection of modules allowing you to parse, validate, manipulate, and format human readable or machine readable da...
With the Delay utility, you can deliberately delay the next step of a workflow....
With the Data Storage utility, you can store and retrieve data against a user (i.e....
With the HTTP call module, you can call out to any external system to send a request and retrieve data....
With String Tools, you can take an existing string and make changes to it....
With Bridge math modules, you can manipulate simple values to change them as required within the flow of a conversation....
Often, when accessing an external API, the data isn't filtered or structured in the way you want to use it....
Check if a Key is set on a particular User or Request.
Object: The object that the key will be set on. Either User or Request....
With the Add Entity module, you can set the value of a state using data you bring into the workflow....
With the key management modules, you can set, get, and delete keys applied to the current user or request....
This article describes the data returned by most of the Date/Time modules....
JavaScript
The JavaScript Utility has a module you can use to write simple JavaScript functions within a workflow....
Run Script
Use this module to write JavaScript functions and fire up the function(s) you wrote....