Skip to content

Request

Reference


Send an HTTP request from your application to a designated integration and workflow, with the option to receive a synchronous response.

Categories: [helpers]

Version: 1


Triggers

Auto Respond with HTTP 200 Status

The request trigger always replies immediately with an HTTP 200 status code in response to any incoming workflow request request. This guarantees execution of the request trigger, but does not involve any validation of the received request.

Type: STATIC_WEBHOOK

Properties

NameTypeControl TypeDescription
null

Await Workflow and Respond

You have the flexibility to set up your preferred response. After a workflow request is received, the request trigger enters a waiting state for the workflow’s response.

Type: STATIC_WEBHOOK

Properties

NameTypeControl TypeDescription
Timeout (ms)INTEGERINTEGERThe incoming request will time out after the specified number of milliseconds. The max wait time before a timeout is 5 minutes.