* improved the documentation
* fixed the `customBodyPlaceholder` not being translated
* fixed required not being set where necessary
* changed the docs that `monitorJSON` is also avalibale for cert-expiry
"webhookJsonDesc":"{0} is good for any modern HTTP servers such as Express.js",
"webhookFormDataDesc":"{multipart} is good for PHP. The JSON will need to be parsed with {decodeFunction}",
"webhookCustomBodyDesc":"Define a custom HTTP Body for the request. Template variables {msg}, {heartbeat}, {monitor} are accepted.",
"liquidIntroduction":"Templatability is achieved via the Liquid templating language. Please refer to the {0} for usage instructions. These are the available variables:",
"templateMsg":"message of the notification",
"templateHeartbeatJSON":"object describing the heartbeat",
"templateMonitorJSON":"object describing the monitor",
"templateLimitedToUpDownCertNotifications":"only available for UP/DOWN/Certificate expiry notifications",
"templateLimitedToUpDownNotifications":"only available for UP/DOWN notifications",