# HTTP Data Sink

Learn more about this Data sink type in [this article](/the-workspace/data-sinks/data-sink-integrations/send-data-using-http.md).

<details>

<summary>v3.1.0</summary>

<mark style="background-color:purple;">**Released on**</mark> <mark style="background-color:purple;"></mark><mark style="background-color:purple;">12/09/2025</mark>

* Support stacked JSON in bulk configuration

</details>

<details>

<summary>v3.0.0</summary>

<mark style="background-color:purple;">**Released on**</mark> <mark style="background-color:purple;"></mark><mark style="background-color:purple;">11/12/2025</mark>

* Support dynamic list of headers.

</details>

<details>

<summary>v2.2.1</summary>

<mark style="background-color:purple;">**Released on**</mark> <mark style="background-color:purple;"></mark><mark style="background-color:purple;">09/23/2025</mark>

* Fixed issues with dynamic URL encoding.

</details>

<details>

<summary>v2.2.0</summary>

<mark style="background-color:purple;">**Released on**</mark> <mark style="background-color:purple;"></mark><mark style="background-color:purple;">11/08/2025</mark>

* Added retry logic in case of errors.

</details>

<details>

<summary>v2.1.0</summary>

<mark style="background-color:purple;">**Released on**</mark> <mark style="background-color:purple;"></mark><mark style="background-color:purple;">29/07/2025</mark>

* Added support for gzip compression.
* OAuth secret entries have been renamed to use the generic `name` and `value` fields.
* OAuth secret entries now reject empty objects.

</details>

<details>

<summary>v2.0.0</summary>

<mark style="background-color:purple;">**Released on**</mark> <mark style="background-color:purple;"></mark><mark style="background-color:purple;">09/07/2025</mark>

* Fixed the forever loop in case the server returns unauthorized and OAuth is false.

</details>

<details>

<summary>v1.0.1</summary>

<mark style="background-color:purple;">**Released on**</mark> <mark style="background-color:purple;"></mark><mark style="background-color:purple;">04/08/2025</mark>

* Certificate configuration options are now marked as not required.
* Validations for certificate fields have been updated.
* The default size for the buffer is now set to 4MB.
* Fixed the loop that occurred when the server returned `Unauthorized` and OAuth was **false**.

</details>

<details>

<summary>v0.0.6</summary>

<mark style="background-color:purple;">**Released on**</mark> <mark style="background-color:purple;"></mark><mark style="background-color:purple;">02/10/2025</mark>

* Conditional feature in UI.

</details>

<details>

<summary>v0.0.4</summary>

<mark style="background-color:purple;">**Released on**</mark> <mark style="background-color:purple;"></mark><mark style="background-color:purple;">11/04/2024</mark>

* Action description updated and duplicated code excluded.

</details>

<details>

<summary>v0.0.3</summary>

<mark style="background-color:purple;">**Released on**</mark> <mark style="background-color:purple;"></mark><mark style="background-color:purple;">09/11/2024</mark>

Minor bug fixing

</details>

<details>

<summary>v0.0.2</summary>

<mark style="background-color:purple;">**Released on**</mark> <mark style="background-color:purple;"></mark><mark style="background-color:purple;">07/26/2024</mark>

* Support for Certificates: Introduced support for client-side and server-side certificates, enabling secure TLS connections.
* Support for Headers: Added the ability to configure and send custom headers with HTTP requests.
* Support for Request Authentication Params: Implemented support for various authentication mechanisms including Basic Auth, Bearer Token, and API Key.

</details>

<details>

<summary>v0.0.1</summary>

<mark style="background-color:purple;">**Released on**</mark> <mark style="background-color:purple;"></mark><mark style="background-color:purple;">04/23/2024</mark>

Initial version

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.onum.com/data-sinks/http-data-sink.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
