Optional
requestOptions: Actions.RequestOptionsRequest-specific configuration.
Create an action. Once an action is created, it must be deployed, and then bound to a trigger before it will be executed as part of a flow.
Optional
requestOptions: Actions.RequestOptionsRequest-specific configuration.
Retrieve an action by its ID.
The ID of the action to retrieve.
Optional
requestOptions: Actions.RequestOptionsRequest-specific configuration.
Deletes an action and all of its associated versions. An action must be unbound from all triggers before it can be deleted.
The ID of the action to delete.
Optional
requestOptions: Actions.RequestOptionsRequest-specific configuration.
Update an existing action. If this action is currently bound to a trigger, updating it will not affect any user flows until the action is deployed.
The id of the action to update.
Optional
requestOptions: Actions.RequestOptionsRequest-specific configuration.
Deploy an action. Deploying an action will create a new immutable version of the action. If the action is currently bound to a trigger, then the system will begin executing the newly deployed version of the action immediately. Otherwise, the action will only be executed as a part of a flow once it is bound to that flow.
The ID of an action.
Optional
requestOptions: Actions.RequestOptionsRequest-specific configuration.
Test an action. After updating an action, it can be tested prior to being deployed to ensure it behaves as expected.
The id of the action to test.
Optional
requestOptions: Actions.RequestOptionsRequest-specific configuration.
Protected
_
Retrieve all actions.