---
url: https://gudhub.com/docs/automation-nodes/response-node/
title: "Response Node\n                #"
description: "Response is a node that allows to return the response of the HTTP requests called in API element. This response can be generated using different nodes or can re"
lang: uk
updated: 2026-09-15T15:43:06.070Z
---

# Response Node [#](https://gudhub.com/docs/automation-nodes/response-node/#response-node)

**Response** is a node that allows to return the response of the HTTP requests called in [API element](https://gudhub.com/docs/gh-elements/api-element/). This response can be generated using different [nodes](https://gudhub.com/docs/understanding-gudhub/automation/automation-overview/) or can return request data from an [API node](https://gudhub.com/docs/automation-nodes/api-node/). The received response can be viewed at the link specified in [API element](https://gudhub.com/docs/gh-elements/api-element/).

> The current node is standard for the [API element](https://gudhub.com/docs/gh-elements/api-element/) and is available only in it.

![Response node](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Automation_Nodes/automation-nodes/responce-node.jpg "Response")

This node is usually paired with several nodes depending on the socket that is used.

-   When you need to return the **object**, use [Object Constructor](https://gudhub.com/docs/automation-nodes/object-constructor/) or create an object in [JSON Scheme](https://gudhub.com/docs/automation-nodes/json-scheme/).
-   The response in **HTML** and **XML** formats can be created in [Message Constructor](https://gudhub.com/docs/automation-nodes/message-constructor/).

## Inputs [#](https://gudhub.com/docs/automation-nodes/response-node/#inputs)

This node has only a few default input sockets.

### Default Input Sockets [#](https://gudhub.com/docs/automation-nodes/response-node/#default-input-sockets)

Input sockets accept different types of data to display them as responses in a specific format.

| Name | Data Type | Description |
| :-- | :-- | :-- |
| Object | `object` | _accepts an object to return it in response_ |
| HTML | `value` | _accepts data to convert it to an HTML file_ |
| XML | `value` | _accepts data to convert it to an XML file_ |

### Additional Input Sockets [#](https://gudhub.com/docs/automation-nodes/response-node/#additional-input-sockets)

## Outputs [#](https://gudhub.com/docs/automation-nodes/response-node/#outputs)

The _Response_ is a node that only receives data, so it has no output sockets.

## Options [#](https://gudhub.com/docs/automation-nodes/response-node/#options)

The current node has no settings.
