Prerequisite: Copy Link
To run a Flow, make sure you have set up at least:
1 – an HTTP Trigger with an API key, a scheduled or webhook Trigger
2 – A Method for your Flow to take action.
To execute your Flow: Copy Link
3 – Click on the button located at the bottom left of the Flow builder screen.
4 – Choose to run the Flow manually, you need to select the routing key (API key) from your HTTP Trigger
5 – Or run your predefined Scheduler from the Trigger settings.
6 – Click on “Run” button to activate the Flow.
If you Choose to run the Flow with a routing key, Wiresk will execute the Flow once, starting from the Trigger then the Methods.
Why would you use a Run Once? Copy Link
- One-time tasks: if you need tasks that only need to be performed once, like sending a specific notification or updating a database record.
- Ad-hoc actions: For actions that need to be triggered on demand, without relying on scheduled events or data changes.
- Testing and debugging: For testing and debugging Flows without relying on external events or conditions.
Webhook Trigger Copy Link
If you are using a Webhook Trigger, the Flow will initiate automatically when a webhook is received from your connected apps. This means that the Flow is automated without a scheduler and will run until you deactivate the Flow manually.
Testing and debugging Copy Link
To ensure your Flow is working correctly, check the icons over each Trigger and Method. Green tick icons mean everything is set up properly. If you see a red icon, it means there’s an issue.
Check the error by clicking on the red icon and fix the issue according to the message error.
Then re-run the Flow until all icons are green.
Don’t stop here! Copy Link
For a complete tutorial on how to create a Flow, see “How to create a Flow in Wiresk”