ECA - Events, Conditions, Actions
This provider exposes all ECA models to the orchestration API that get started with the Tool event.
This provider also comes with a number of ECA plugins that help ECA models to interact with the orchestration API:
ECA Events
Poll by timestamp
Responds to poll events from external requests that poll by timestamp.
For adding items to the poll result, use the Add item to poll result by timestamp action.
See also: ECA Guide
Poll by ID
Responds to poll events from external requests that poll by ID.
For adding items to the poll result, use the Add item to poll result by ID action.
See also: ECA Guide
ECA Actions
Dispatch webhook
Dispatches a webhook and sends extra data along with it.
See also: ECA Guide
Add item to poll result by timestamp
Adds an item together with the creation timestamp to the poll result.
See also: ECA Guide
Add item to poll result by ID
Adds an item together with its ID to the poll result.
See also: ECA Guide