Webhook
Last updated
Was this helpful?
Last updated
Was this helpful?
The Webhook
node is used to make an HTTP call to an external resource.
Headers: Receives an Object
with the HTTP headers for the request. Learn more on .
Body: (optional) Receives an Object
, String
, Number
or Boolean
with the HTTP request body for the request. Learn more on .
Response: Returns an Object
, String
, Number
or Boolean
with the HTTP response data. Learn more on .
Error: Returns an `String` with the HTTP response error message. Learn more on .
Call an external API parse and process the response.
Request (Get) ➡ Webhook ➡ Script ➡ Response (200)