Skip to main content

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

TitleDescriptionType
Node NameTo set the Node's nameText Field

Request

TitleDescriptionType
URLTo set the URL of the API endpointText Field
MethodTo set the method of API request.

Current acceptable methods:
1. POST
2. GET
Text Field

Headers

TitleDescriptionType
Add HeaderAdds a key-value pair that is to be attached in the Header section of the API endpoint.Button
KeyTo set the Key for the HeaderText Field
ValueTo set the Value for the HeaderText Field

Query Fields

TitleDescriptionType
Add Query ParameterAdds a key-value pair that is to be attached in the Query Parameters section of the API endpoint.Button
ParamsTo set the Key for the ParameterText Field
ValueTo set the Value for the ParameterText Field

Body

The body of the payload to be sent to the API endpoint.

TitleDescriptionType
FormatThe format of the payload to be sent.

Current available options:
- JSON
- Form URL Encoded
Single Select Dropdown
Body TextThe payload information to be sent.

Able to use variables with the "+" Button. Able to use Sanitize and Format JSON button also.
Text Field

Response

TitleDescriptionType
FormatTo 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
- PDF
- IMAGE
Single Select Dropdown
Response SchemaThe 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