FlowDSL Node Catalog

HTTP POST

Convenience POST with JSON body.

Overview

PropertyValue
Node IDhttp/post
Kindaction
Modulehttp-flowdsl
Repogo-module-http
Handlergithub.com/redelay/go-module-http/flowdsl.Post
Iconlucide:upload
Color#0284c7
Tagshttp, post

Outputs

  • out — (no description)

Settings

PropertyTypeRequiredDefaultUI GroupDescription
bodyPathstringyes—Request
headersPathstring——Request
outputKeystring—responseOutput
urlLiteralstring——Request
urlPathstringyes—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