Test Workflow via External Trigger
POST {{baseUrl}}/workflows/execute/external/:id/test
Validate a workflow with an External Trigger
can receive input. The response includes the input that the workflow received, which can be used to validate that the input is intact when it reaches the workflow.
Request Body
{"input"=>{"test"=>"hello world"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"payload":{"test":"hello world"}}