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
- The file must be located on the CXone web server in the appropriate tenant
High-level organizational grouping used to manage technical support, billing, and global settings for your CXone environment folder.
- Once a file is published, that file will be visible on the internet, and no longer require a username and password to access it.
- Use the URLVariable property to reference the published file later in the script.