Skip to main content

Test Workflow via External Trigger

POST 

/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

Path Parameters

    id stringrequired

    Id of the workflow

Body

    input object

    The test input for the workflow

Responses

Responds with the test input

Schema
    payload object

    The input that was received

Loading...