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.To execute an action successfully, 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 actions a connection is not necessary. After an action is executed, the step’s 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 the variable picker or Blink’s expression language.
Send HTTP requests and interact with thousands of APIs using prebuilt HTTP Actions.
Manage the execution flow of your Workflows with conditions, loops, waits, and more.
A SQL layer for running queries to get visibility into your cloud infrastructure and SaaS applications.
Query your cloud and SaaS data using a powerful SQL layer integrated into Workflows.
Send questions, approvals, custom messages or notifications via Slack, Email, Google Chat, Microsoft Teams and Zoom.
Handle files, manage data structures like tables and JSON, and perform supporting actions.
Custom Actions are reusable, user-defined actions that you can create from any existing action or subflow in a workflow. They allow you to package commonly used logic into a single, configurable unit that behaves just like a built-in action. Once saved, a custom action can be easily reused across multiple workflows, helping teams standardize processes, reduce duplication, and accelerate automation development.
Navigate to Settings
On the right-hand side of the action or subflow you want to make a custom action, click and select ‘Save as custom action’.
Configure the Custom Action
In the dialog, fill out the required fields:
Save and Reuse
Click ‘Create’ to save your custom action. It will now appear under the selected vendor in the action library and will be available to all users in your workspace.
Defining Action Inputs
Each Step in a Workflow may require specific inputs, which can be either mandatory or optional.
Mandatory inputs are displayed at the top of the Parameters section within the Step. These haven to be filled out for the Step to run successfully.
Optional Inputs are hidden can be accessed by clicking the Advanced section at the bottom of the Parameters panel. These allow for additional customization but are not required.
Actions are grouped by Integrations. An Integration is typically an external service provider such as AWS, Kubernetes, Slack and many more. Each integration contains all the available actions for that specific external service provider.
cloning a repository
,listing branches/pull requests
,creating a new repository
and many more.On the panel on the left of your Workflow Editor 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.
Define and organize actions within a workflow.
Configure triggers to start workflows based on events.
Add logic to control workflow execution paths.
Build a new workflow from scratch in Blink.
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.To execute an action successfully, 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 actions a connection is not necessary. After an action is executed, the step’s 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 the variable picker or Blink’s expression language.
Send HTTP requests and interact with thousands of APIs using prebuilt HTTP Actions.
Manage the execution flow of your Workflows with conditions, loops, waits, and more.
A SQL layer for running queries to get visibility into your cloud infrastructure and SaaS applications.
Query your cloud and SaaS data using a powerful SQL layer integrated into Workflows.
Send questions, approvals, custom messages or notifications via Slack, Email, Google Chat, Microsoft Teams and Zoom.
Handle files, manage data structures like tables and JSON, and perform supporting actions.
Custom Actions are reusable, user-defined actions that you can create from any existing action or subflow in a workflow. They allow you to package commonly used logic into a single, configurable unit that behaves just like a built-in action. Once saved, a custom action can be easily reused across multiple workflows, helping teams standardize processes, reduce duplication, and accelerate automation development.
Navigate to Settings
On the right-hand side of the action or subflow you want to make a custom action, click and select ‘Save as custom action’.
Configure the Custom Action
In the dialog, fill out the required fields:
Save and Reuse
Click ‘Create’ to save your custom action. It will now appear under the selected vendor in the action library and will be available to all users in your workspace.
Defining Action Inputs
Each Step in a Workflow may require specific inputs, which can be either mandatory or optional.
Mandatory inputs are displayed at the top of the Parameters section within the Step. These haven to be filled out for the Step to run successfully.
Optional Inputs are hidden can be accessed by clicking the Advanced section at the bottom of the Parameters panel. These allow for additional customization but are not required.
Actions are grouped by Integrations. An Integration is typically an external service provider such as AWS, Kubernetes, Slack and many more. Each integration contains all the available actions for that specific external service provider.
cloning a repository
,listing branches/pull requests
,creating a new repository
and many more.On the panel on the left of your Workflow Editor 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.
Define and organize actions within a workflow.
Configure triggers to start workflows based on events.
Add logic to control workflow execution paths.
Build a new workflow from scratch in Blink.