---
title: HTTP Tools
description: ''
slug: /help/docs/platform-services/automation-service/app-central/integrations/http-tools/
canonical: https://www.sumologic.com/help/docs/platform-services/automation-service/app-central/integrations/http-tools/
---
import useBaseUrl from '@docusaurus/useBaseUrl';
***Version: 1.6
Updated: April 29, 2026***
Set of scripts to perform simple HTTP requests.
## Actions
* **HTTP DELETE** (*Containment*) - Sends an HTTP DELETE request to delete the specified resource.
* **HTTP GET** (*Enrichment*) - Sends an HTTP Get request to retrieve data from a specified resource.
* **HTTP HEAD** (*Enrichment*) - Sends an HTTP HEAD request to retrieve data but without the response body.
* **HTTP PATCH** (*Enrichment*) - Sends an HTTP PATCH request to apply partial modifications to a resource.
* **HTTP POST** (*Enrichment*) - Sends an HTTP POST request to create a resource.
* **HTTP PUT** (*Enrichment*) - Sends an HTTP PUT request to to update a resource.
## Configure HTTP Tools in Automation Service and Cloud SOAR
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
*
* **HTTP API URL**. Enter the URL to send the requests.
* **Username**. Enter the username to use to access the URL.
* **Password**. Enter the password for the user.
* **Extra Headers**. Enter additional HTTP headers to send with the requests for example, `key1:value1, key2:value2` or JSON.
*
*
*
*
## Change Log
* February 02, 2023 - First upload
* March 20, 2023 (V1.1) - Updated Action:
+ HTTP POST: (Added new field for From-Data to be send in the body of the Request)
* June 14, 2023 (v1.2) - Updated the integration with Environmental Variables
* September 25, 2023 (v1.3) - Updated Action: HTTP POST Action
* June 12, 2024 (v1.4) - New Actions:
+ HTTP DELETE
+ HTTP HEAD
+ HTTP PATCH
+ HTTP PUT
* January 09, 2024 (v1.5) - Updated Action:
* HTTP POST Action - Fix the issue with the "output.raw JSON" field.
* April 29, 2026 (v1.6) - Upgraded the `python3_generic` Docker image (Python 3.8) to `python3_12_generic` (Python 3.12) to address Python 3.8 end-of-life and improve security and performance.