HTTP Trigger
trigger.http.webhook Input v0.1.0 Accepts an HTTP request body as workflow input.
Ports
| Direction | Port | Label |
|---|---|---|
| Input | input | HTTP request |
| Output | output | JSON body |
Properties
| Property | Type | Default | Description |
|---|---|---|---|
HTTP methodmethod | select | "POST" | Which HTTP verb this webhook accepts. GETPOSTPUTPATCHDELETE |
Pathpath | string | "/webhook/new" | URL path the webhook listens on, e.g. /webhook/new. |
Content typecontentType | 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.