HTTP
Overview
Makes an HTTP request
Category: Integration
Advanced
This is an advanced action for integrating with external systems. Only secure (HTTPS) endpoints are supported. Ensure any credentials are stored securely and passed via headers rather than in the URL.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, DELETEDefault: 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.
Feedback
Was this page helpful?