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.apiarrow-up-right.

  • Body: (optional) Receives an Object, String, Number or Boolean with the HTTP request body for the request. Learn more on axios.apiarrow-up-right.

Output

Use Cases

Call an external API parse and process the response.

  • Request (Get) ➡ Webhook ➡ Script ➡ Response (200)

Last updated