The First Edition HTTP Book is deprecated. Agents that have already learned this Book will continue to function. For all new automations, please use the version of the Book instead.
Send a POST Request
To send a POST request to a specified URL, use the following syntax:
set the url to "https://api.example.com/data"
set the header to "{\"Content-Type\": \"application/json\"}"
send a POST request to the url
the request's response
send a POST request to the url with
the url to "https://api.example.com/data"
the header to "{\"Content-Type\": \"application/json\"}"
the request's response
set the url to "https://api.example.com/upload"
get the file
send a POST request to the url with
the data is the file
the request's response