Run Workflow as an API Endpoint
Hi there! In this tutorial we are going to talk about Run the workflow as an API Endpoint.
Easyflow allows you to call your workflow as an API Endpoint. It supports 2 methods GET and POST.
Let’s have a look, from the I icon located on the toolbar, copy the Endpoint URL. In this example we are going to use POSTMAN to invoke the API calls. Let’s start with get method.
As you can see, all the “Input parameters” are present in the Query Params section. Including the key. Each workflow has a different key, so keep it secure.
Let’s try to make the same call by using the POST method. You can choose to keep the input parameters as Query strings or you can send them as body requests.
Thank you for watching this tutorial.
Please feel free to contact us if you have any questions.
Updated on: 04/08/2022
Thank you!