Webhook Node
This node sends a request to the selected API endpoint. To understand this node better, read the articles below or watch this video:
Node Name
| Title | Description | Type |
|---|---|---|
| Node Name | To set the Node's name | Text Field |
Request
| Title | Description | Type |
|---|---|---|
| URL | To set the URL of the API endpoint | Text Field |
| Method | To set the method of API request. Current acceptable methods: 1. POST 2. GET | Text Field |
Headers
| Title | Description | Type |
|---|---|---|
| Add Header | Adds a key-value pair that is to be attached in the Header section of the API endpoint. | Button |
| Key | To set the Key for the Header | Text Field |
| Value | To set the Value for the Header | Text Field |
Query Fields
| Title | Description | Type |
|---|---|---|
| Add Query Parameter | Adds a key-value pair that is to be attached in the Query Parameters section of the API endpoint. | Button |
| Params | To set the Key for the Parameter | Text Field |
| Value | To set the Value for the Parameter | Text Field |
Body
The body of the payload to be sent to the API endpoint.
| Title | Description | Type |
|---|---|---|
| Format | The format of the payload to be sent. Current available options: - JSON - Form URL Encoded | Single Select Dropdown |
| Body Text | The payload information to be sent. Able to use variables with the "+" Button. Able to use Sanitize and Format JSON button also. | Text Field |
Response
| Title | Description | Type |
|---|---|---|
| Format | To select the format of the response that is expected by the API endpoint. The variables created here can be used as variables in the Nodes below it. Current Available Formats: - JSON - IMAGE | Single Select Dropdown |
| Response Schema | The response that is expected to be received by the API endpoint when it is called. Able to use variables with the "+" Button, Sanitize Buttons, and Format JSON buttons. | Text Field |