HTTP

Overview

Makes an HTTP request

Category: Integration

Use this action to make a request to a secure (HTTPS) endpoint. Authentication can be provided in a header. The body of the request can be any JSON object with a maximum size of 100KB.

Request

Parameter Type Required Description Example
url string Yes https://example.com
method string No
Values: GET, POST, PUT, PATCH, DELETE
Default: GET
headers object No {"Content-Type":"application/json"}
body any No Hello, world!

Response

This action’s output is available as $http in JSONata expressions. See Response format for the standard result.data / result.errors structure and error handling patterns.