Actions Overview
Learn about Actions in the Blink platform. Actions are the functional element of a Step. They enable you to perform operations on remote systems.
An Action is a built-in feature on the Blink platform. It is the functional element of a Step. Actions enable you to perform operations on remote systems. Flow control Actions are internal Actions that enable you to manage the flow of your Automation. To make an Action function within a Step, you need to provide the required input parameters for the chosen Action. A connection needs to be selected or created to enable communication with the external system. For some Action a connection is not necessary. After a Step has run and the Action is executed, the output will be presented in the most suitable format. (Raw text, JSON, or in a table.) A Step’s output can be used as input in following steps using expression language.
Action Types
Actions are divided into the following types:
Flow control
Create steps such as If, If else, For each, Call another Workflow (subflow) to influence the flow.
HTTP
Perform thousands of different out-of-the-box HTTP Actions.
CLI
Executes user commands on CLI apps instead of the UI.
SQL query
A SQL layer for running queries to get visibility into your cloud infrastructure and SaaS applications.
Interactive
Ask a question via email/Slack or ask for approval via Slack.
Utility
Use files, JSON objects, tables, and more in Workflows.
Understanding the Action Panel
- Actions are grouped by collections. A collection is typically an external service provider such as AWS, Kubernetes, Slack etc. Each collection contains all the available actions for that specific provider. For example, the GitHub collection contains actions that can be preformed using GitHub’s API:
cloning a repository
,listing branches/pull requests
,creating a new repository
and many more.
- On the panel on the left of your Workflow Editor page all the actions are displayed. The Action panel is divided into internal flow Actions and external service providers. The Action panel enables you to easily search for an Actions and then ‘drag and drop’ it into the Workflow Editor page.
Was this page helpful?