http-post
function
The http-post
action sends a low level http POST request. It belongs to the http category within the network area.
Action Syntax
http-post https://...
A valid URL
http-post $variable
A variable name starting with $
Return Value
This function returns a
RESPONSE
value that can be stored in a variable:
$result = http-post
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$response = http-post https://someurl
Action code: 1545865227
Version: 0.6.4-1
Last updated: 2025-06-13