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