Skip to content

HTTPRequest

Esteban Galvis Triana edited this page Sep 5, 2023 · 2 revisions

HTTPRequest

HTTPRequest node allows making HTTP requests to external services.

Content:

- id: 'r1'
  type: 'http_request'
  method: 'GET | POST | PATCH | DELETE | PUT'
  url: 'https://inshorts.deta.dev/news?category={{category}}'
  middleware: 'external_auth'

  variables:
    news: data

  cases:
    - id: 200
      o_connection: m1
    - id: default
      o_connection: m2
Clone this wiki locally