HTTP Trigger

trigger.http.webhook Input v0.1.0

Accepts an HTTP request body as workflow input.

Ports

DirectionPortLabel
InputinputHTTP request
OutputoutputJSON body

Properties

PropertyTypeDefaultDescription
HTTP method
method
select "POST" Which HTTP verb this webhook accepts.
GETPOSTPUTPATCHDELETE
Path
path
string "/webhook/new" URL path the webhook listens on, e.g. /webhook/new.
Content type
contentType
select "application/json" Expected request body content type; decodes the body accordingly.
application/jsonapplication/cbortext/plainapplication/xmltext/htmlapplication/x-www-form-urlencodedmultipart/form-dataimage/pngimage/jpegimage/gifimage/webpimage/svg+xmlapplication/pdfapplication/vnd.openxmlformats-officedocument.wordprocessingml.documentapplication/vnd.openxmlformats-officedocument.spreadsheetml.sheettext/csvaudio/mpegvideo/mp4application/octet-stream

This page is generated from the node registry by gen-node-docs.mjs on every site build — ports, properties, defaults and visibility rules cannot drift from the code.