> ## Documentation Index
> Fetch the complete documentation index at: https://docs.refold.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# HTTP Node

The HTTP Node in Refold is designed to make HTTP requests to the external APIs in the workflow. This node simplifies the workflow by allowing you to create direct HTTP requests.

<img height="200" src="https://mintcdn.com/cobalt-55/vPGojg1WCLHlMpWZ/images/Guides/Workflow/http-node.png?fit=max&auto=format&n=vPGojg1WCLHlMpWZ&q=85&s=4ff4a379584ca3c31f60d635f81c564b" alt="HTTP Node in Refold" data-path="images/Guides/Workflow/http-node.png" />

## Node Functionality

HTTP node is like an external API call function within the workflow. It can:

* Call an API of your system in workflow; &
* Call an API with dynamic params values from other nodes;

## Steps to Use HTTP Node

The HTTP Node is configured to interact with the APIs of the integration that the workflow is based on. Here’s how to set up and use the HTTP Node:

<Steps>
  <Step title="Add the HTTP Node">
    In your workflow, drag and drop the HTTP Node from the list of available nodes.
  </Step>

  <Step title="Configure the HTTP Request">
    Once the HTTP Node is added, configure the request details like `Method`, `URL`, `Body` etc. to match the API of the integration.
  </Step>
</Steps>

By utilizing the HTTP Node, users can efficiently manage API interactions within the scope of the integration.
