http-post
Send HTTP POST requests to specified URLs with custom headers and body. Supports secret substitution using environment variables for secure API integrations within the HAL server.
Instructions
Make an HTTP POST request to a specified URL with optional body and headers. Supports secret substitution using {secrets.key} syntax in URL, headers, and body where 'key' corresponds to HAL_SECRET_KEY environment variables.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
body | No | ||
contentType | No | application/json | |
headers | No | ||
url | Yes |