Trigger some automation from HTTP. GET/POST/PUT/PATCH/DELETE methods can all be used
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Workspace ID
Automation slug we will trigger. Can contain a slash in order to make subpath.
Entire body will be passed as a payload to the triggered automation
Success Response
The response is of type any
.
Trigger some automation from HTTP. GET/POST/PUT/PATCH/DELETE methods can all be used
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Workspace ID
Automation slug we will trigger. Can contain a slash in order to make subpath.
Entire body will be passed as a payload to the triggered automation
Success Response
The response is of type any
.