Inject
trigger.inject Input v0.1.0 Injects static manual test payloads as workflow input.
Ports
This is a trigger — it starts runs and takes no input wire.
| Direction | Port | Label |
|---|---|---|
| Output | output | Injected payload |
Properties
| Property | Type | Default | Description |
|---|---|---|---|
Content typecontentType | select | "application/json" | Content type of the injected payload. 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 |
Payloadpayload | payload | {"sample":true} | Static payload injected as the trigger output. The editor follows the Content type — JSON grid for JSON, code editor for text/HTML/XML/JavaScript. |
Encodingencoding | select | "utf8" | How a string payload is decoded. utf8base64 |
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.