-
Notifications
You must be signed in to change notification settings - Fork 1
HTTPRequest
Esteban Galvis Triana edited this page Sep 5, 2023
·
2 revisions
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