# Send notification URL via POST

This function uses the specified URL to send a test message through the POST method of HTTP as form data.

Endpoint: GET /send_test_posturl
Version: 11.136.0.14
Security: BasicAuth

## Query parameters:

  - `url` (string, required)
    The URL and query string to send.
    Example: "Click to view...https%3A%2F%2Fwww.example.com%2Fevents.cgi%3Fapikey%3D12345%26user%3Dusername*password%3D12345luggage"

## Response 200 fields (application/json):

  - `data` (object)

  - `data.message_id` (string)
    The test message's ID. A valid string.
    Example: "554d2cbd-efe61da3cacb"

  - `metadata` (object)

  - `metadata.command` (string)
    The method name called.
    Example: "send_test_posturl"

  - `metadata.reason` (string)
    The reason the function failed when the metadata.result field is 0. This field may include a success message when the function succeeds.
    Example: "OK"

  - `metadata.result` (integer)
    - 1 - Success
- 0 - Failed: Check the reason field for more details.
    Enum: 0, 1

  - `metadata.version` (integer)
    The API version of the function.
    Example: 1


