API Reference
Start a workflow with a webhook
If a workflow has a webhook input action, you can start it with this API. See the documentation in the workflow editor for details
POST
Start a workflow with a webhook
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The GUID of a wokflow
Example:
"00000000-0000-0000-0000-000000000000"
The GUID of a wokflow
Example:
"00000000-0000-0000-0000-000000000000"
Response
200 - application/json
A task result
The response is of type object
.
Start a workflow with a webhook