Skip to main content

object

HTTPRequestNodeData

LLM
View as Markdown
Open llms.txt

Properties

  • Name
    label
    Type
    string
    Description
    Editable block name shown in workflow editors.
  • Name
    method
    Type
    enum
    Description
    Optional property. Allowed values: GET, POST, PUT, PATCH, DELETE.
  • Name
    url
    Type
    string
    Description
    HTTPS URL template to call.
  • Name
    headers
    Type
    object
    Description
    Header templates. Whole-value {{ secrets.NAME }} expressions resolve server-side secrets.
  • Name
    bodyType
    Type
    enum
    Description
    Optional property. Allowed values: json, none.
  • Name
    body
    Type
    object
    Description
    JSON body template rendered before sending.
  • Name
    timeoutSeconds
    Type
    integer
    Description
    Optional property.

Related operations