Set Up to Send Notifications Using HTTP Client
Overview
You can use the HTTP client to send any request.

Notes
- The request URL (address field) is fixed.
- Cookie is not available.
Prerequisite
- Set "HttpClient" in "Notification.json" to true.
Setting Columns
| Column name | Required | Summary |
| Address | Yes | Enter the request URL. |
| Method type | - | Specify the HTTP request method. You can specify GET, POST, PUT, or DELETE. The default is GET. |
| Encoding | - | Specify the character encoding of the notification content. You can specify utf-8, shift_jis, or euc-jp. The default is utf-8. You can specify a pull-down option in HttpClientEncodings in "Notification.json". |
| Media type | - | Specify the notification content's media type (Content-Type). The default is application/json. |
| HTTP header | - | Specify additional HTTP headers in JSON format. Example: |
Supported Versions
| Version | Body |
| 1.3.17.0 and later | Added function |