Weblink

Publishes a file on the CXone webserver and returns a URL to that file.

Supported Script Types

Properties

Property Details
FileName The name of the new file.
URLVariable The name of the variable to receive the web link. This link will be based on the BaseURL.
BaseURL The base address of the CXone webserver. The address should always be http://inlogin.com, unless your account manager instructs otherwise.
Enable True / False. Determines whether or not the weblink will be usable. The default setting is True, but you can set it to False to essentially "unpublish" the file (or prevent the file from publishing until set to True).
Encrypt True / False. Encrypts the returned URL so that it does not expose things like the BU, GUID, file name, and so forth. Default: False.

Branches

Branch Details

Default

Path taken unless the script meets a condition that requires it to take one of the other branches. It is also taken if the other branches are not defined.
Error Path taken when the action fails to execute properly.

Tips & Tricks