Skip to main content
The HTTP node calls any HTTP/REST API. Add HTTP from Integrations in the node library. HTTP node configuration

Configure the request

Select the node to open the HTTP panel.
  1. Configure request — Choose a method (for example GET) and enter the endpoint URL. Use Insert Variable to put earlier-step values in the URL.
  2. Authentication — Choose how the request authenticates, or None.
  3. Headers — Add headers (for example Content-Type: application/json) as JSON or as individual header rows.
  4. Request Body — Available for POST, PUT, and PATCH.
Use {{variables}} from earlier steps in the URL, headers, or body. Open Show API examples for sample request shapes.