Webhook
Trigger automated tasks via HTTP requests.
Usage
Create a Webhook Task
Select Webhook Task > New Webhook Task > Select Application > OK.
Click View request example to see the request code of Python and JS. You can directly copy and run the code to trigger the Webhook task.
tip
- The request method must be POST.
- The request body must be JSON.
- JSON parameters can be customized
- A webhook task starts from the selected application's main workflow.
- Webhook tasks cannot run while Runavelo is closed.
Modify a Webhook Task
Right-click a task in the task list to edit or delete it
View the Run Log
Open Run Log > Application to view execution logs.