API Trigger
Trigger a workflow by sending API request
In Keyflow, you can remotely trigger your workflows without having to manually open the App. To enable this, we provide API keys that are used to trigger workflows remotely. The same way you access a service remotely using it’s API key, you can create an API key for your workflow and trigger it from anywhere.
You can create an API key for your workflow and enable the API Trigger. You can find the API Trigger in Triggers
> API Trigger
API Key
Click on the + API Key
to create an API Key for your workflow. It will open a modal where you will enter the details like :
- Name of API key
- Maximum number of runs allowed by the API key
- Expiry Date of the API key.
You will find the API URL inside the code snippet provided on the API Trigger page. There are examples available to the make the API call in Python, Javascript and cURL.
Was this page helpful?