FlowDSL Node Catalog
HTTP POST
Convenience POST with JSON body.
Overview
| Property | Value |
|---|---|
| Node ID | http/post |
| Kind | action |
| Module | http-flowdsl |
| Repo | go-module-http |
| Handler | github.com/redelay/go-module-http/flowdsl.Post |
| Icon | lucide:upload |
| Color | #0284c7 |
| Tags | http, post |
Outputs
out— (no description)
Settings
| Property | Type | Required | Default | UI Group | Description |
|---|---|---|---|---|---|
bodyPath | string | yes | — | Request | |
headersPath | string | — | — | Request | |
outputKey | string | — | response | Output | |
urlLiteral | string | — | — | Request | |
urlPath | string | yes | — | Request |
Example
yaml
# Use this node in a flow:
nodes:
- id: my_step
name: My Step
kind: action
action_ref: http/post
config:
bodyPath: some.packet.path
headersPath: some.packet.path
outputKey: response
urlLiteral: "value"
urlPath: some.packet.path