post_data
Send data to a specified URL using an HTTP POST request. Define the target URL and the data payload to transmit information securely and efficiently.
Instructions
Send data via HTTP POST request
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes | Data to send in POST body | |
url | Yes | URL to send POST request to |