feat(notification): add additional Header to webhook

This commit is contained in:
janhartje
2022-10-05 17:48:07 +02:00
parent 3c5de1c889
commit b879428a03
3 changed files with 46 additions and 13 deletions

View File

@@ -206,6 +206,8 @@ export default {
"Content Type": "Content Type",
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}",
webhookAdditionalHeadersTitle: "Additional Headers",
webhookAdditionalHeadersDesc: "Sets additional headers sent with the webhook.",
smtp: "Email (SMTP)",
secureOptionNone: "None / STARTTLS (25, 587)",
secureOptionTLS: "TLS (465)",