Diagram
  • Introduction
  • Get Started
    • Hello World
    • Connecting to a DB
    • From a template
  • Concepts
    • Endpoints
    • Algorithm
  • Nodes
    • Bcrypt
    • Code
    • Constant
    • Database
    • EasyDB
    • Firestore
    • If / Then
    • Request
    • Response
    • JWT
    • Mapper
    • MongoDB
    • Stripe
    • Webhook
  • Templates
    • Login
    • Register
    • Get User
  • Resources
    • Dashboard
    • Contact
    • FAQs
Powered by GitBook
On this page
  • General
  • Input
  • Output
  • Use Cases

Was this helpful?

  1. Nodes

Webhook

PreviousStripeNextLogin

Last updated 3 years ago

Was this helpful?

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 .

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

Output

  • 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 .

Use Cases

Call an external API parse and process the response.

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

axios.api
axios.api
axios.api
axios.api