Skip to main content

HTTP Server

Accepts incoming HTTP requests — ideal for webhooks and event-driven data.

FieldTypeDefaultDescription
Pathstring/postEndpoint path to listen on
Allowed VerbsarrayPOSTHTTP methods to accept
Timeoutstring5sRequest timeout
Sync ResponseobjectCustomize synchronous response
tip

When using HTTP Server input, pair it with the Sync Response output to return custom responses to the caller.