Key benefits of API Workflow
- By using workflows, it allows for you to easily reuse and save configurations without having to write long queries every single time
- Extremly simplified api calls using the workflow id
- In the future you will also be able to schedule the requests and make it run at a specific time for as long as you would like.
Dashboard Method
Create a workflow
Creating a workflow is very easy, first go to the builder page and configure your request. When you are done click on the “Save as workflow” button right under the editor to create a workflow, when you click on the button It will ask you for a name for the workflow. You can set the name as anything you would like:

Using an workflow
To use an api workflow you will need to get the ID of the workflow, to get the api workflow id, go to the workflow list page and you should see a column called row which has the ID of the workflow you want to run:
Edit an workflow
To edit a workflow, you can go to the workflows page and click on the actions button on the workflow you want to edit, you should see a edit button there. Click on it.

Archiving a workflow
If you want to archive/delete a workflow you can do it by going to the workflow list and clicking on the action button for the specific workflow you want to archive. Like this: After you archive a workflow you should be able to see it in the archived tab inside the workflow list.
API Method
To easily manage and use the api workflows in your codebase, we provide some very simple api’s which allows you to very easily do this.Get all of your workflows
To get all of a user’s workflows you will need to send aGET
request to this api route along with your api key, if your api key is invalid then the api won’t return your workflows and instead return an error. Here is an example request: