Workbook Actions
Execute Expression
Executes one or more statements. Please refer to the API topic for further reading.
Send Message
Sends messages to other Workbooks.
Important
This API is being deprecated. Use the Message Hub API in an Execute Expression
action instead.
Invoke Action Group
Invokes another Action Group. Configure the invocation using the ConfigureInvocation(…) function.
Web Api
Important
This API is being deprecated. Use the HTTP API in an Execute Expression
action instead.
Invokes an HTTP request by calling one of the following methods in the expression:
HttpGet(url)
HttpPost(url, httpContent)
HttpPut(url, httpContent)
HttpPatch(url, httpContent)
HttpDelete(url)
Add headers by calling the AddHeader(name, value) method.
Download File
Important
This API is being deprecated. Use the HTTP API or Flow API in an Execute Expression
action instead.
Downloads a file to the browser by calling one of the following methods in the expression:
SetSrc(url)
SetSrcIf(boolean expression, trueUrl, falseUrl)