Actions allow you to automate various tasks with external systems and APIs. By
using actions, you can reduce manual effort and improve efficiency in your
workflows.
Introduction
Automated Actions are the core of our system, allowing you to trigger operations with external systems directly within your workflows. With actions, you can interact with various APIs and services, automate repetitive tasks, and optimize your processes. This guide will walk you through the steps of getting started with Actions, from setting them up to customizing and using them within your workflow.Before you begin, make sure you have an account and have connected any
third-party services you wish to automate.
Steps to Get Started
Using the v3 (legacy) you have to create at least a single-step workflow for the
correspondin Action you want to automate.
1
1. Create a New Action
To get started, head to the My Workflows section in the dashboard. Click
“New Workflow” and select the type of action you’d like to automate.
You’ll have options for APIs, integrations, and more.
2
2. Configure an Action
Each action requires specific inputs and parameters. Provide the necessary
credentials and configurations to connect the action to the relevant
service, depending on its type (COOKIES, APIKEY, OAUTH…). For example,
when using an API action, you will need to provide an API Key.
3
3. Set up Triggers and Conditions
After configuring the inputs, you need to define when the action should
trigger. You can set triggers based on various conditions, such as scheduled
times or user actions triggered via our Launch a
Workflow API.
4
4. Test and Run the Action
Once everything is configured, it’s time to test the action. Run the action
in a test environment to ensure that it works as expected. After testing,
you can deploy it to production.
Key Components of an Action
Inputs
Inputs (array of object) are required values that the action uses to perform its function. These can include things likewebsite, social URL like a linkedin_profile_url and more.
For example a flow that requires a LinkedIn Profile URL.
You can pass additional meta fields for as key, for example
meta: {"key1": ..., "key2": ""}Output Data
Each action will return a specific output data after execution. This data could be a response from an API, a status update, or any other result from the action. We thrive at normalizing & cleaning data so you don’t have to. Use the Get a Run’s Results endpoint to fetch an Action Run’s results. You’ll receive results in the following format:Troubleshooting
If your action doesn’t perform as expected, check the following:For more advanced troubleshooting, feel free to reach out at
[email protected]; add detailed
information about any failed requests.