Skip to main content

HTTP Request

Send HTTP requests. HTTP Request node in ActionFlows. Inputs, outputs, and how to use it.

HTTP Request

Overview

Send HTTP requests.

Inputs

Standard Inputs

  • Bodyjson · optional

    The request body data (for POST, PUT, PATCH requests)

    Required
    No
    Multiple
    No
  • Follow Redirectsboolean · optional

    Whether to automatically follow HTTP redirects

    Required
    No
    Multiple
    No
    Default
    true
  • Headersjson · optional

    HTTP headers to include in the request

    Required
    No
    Multiple
    No
  • HTTP Methodselect · optional

    The HTTP method to use for the request

    Required
    No
    Multiple
    No
    Default
    GET
    Options
    GETPOSTPUTDELETEPATCHHEADOPTIONS
  • Timeout (seconds)number · optional

    Maximum time to wait for the response

    Required
    No
    Multiple
    No
    Default
    30
    Constraints
    min: 1 · max: 300 · step: 1 (seconds)
  • URLtext · required

    The URL to send the HTTP request to

    Required
    Yes
    Multiple
    No

Outputs

  • Response Headersjson

    HTTP response headers

  • Response Bodyjson

    The response body data

  • Response Timenumber

    Response time in milliseconds

  • Status Codenumber

    HTTP status code of the response

  • Successboolean

    Whether the request was successful (2xx status)