> ## Documentation Index
> Fetch the complete documentation index at: https://cobalt-55-abhishek.mintlify.site/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 APIs of the specific integration associated with the workflow. This node simplifies the workflow by allowing you to create direct HTTP requests.

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

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