You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `alerting.teams` | Configuration for alerts of type `teams`. *(Deprecated)* <br />See [Configuring Teams alerts](#configuring-teams-alerts-deprecated). | `{}` |
862
863
| `alerting.teams-workflows` | Configuration for alerts of type `teams-workflows`. <br />See [Configuring Teams Workflow alerts](#configuring-teams-workflow-alerts). | `{}` |
863
864
| `alerting.telegram` | Configuration for alerts of type `telegram`. <br />See [Configuring Telegram alerts](#configuring-telegram-alerts). | `{}` |
865
+
| `alerting.threema-gateway` | Configuration for alerts of type `threema-gateway`. <br />See [Configuring Threema Gateway alerts](#configuring-threema-gateway-alerts).| `{}` |
864
866
| `alerting.twilio` | Settings for alerts of type `twilio`. <br />See [Configuring Twilio alerts](#configuring-twilio-alerts). | `{}` |
865
867
| `alerting.vonage` | Configuration for alerts of type `vonage`. <br />See [Configuring Vonage alerts](#configuring-vonage-alerts). | `{}` |
866
868
| `alerting.webex` | Configuration for alerts of type `webex`. <br />See [Configuring Webex alerts](#configuring-webex-alerts). | `{}` |
@@ -2241,6 +2243,23 @@ Here's an example of what the notifications look like:
| `alerting.threema-gateway` | Configuration for alerts of type `threema-gateway` | `{}` |
2250
+
| `alerting.threema-gateway.api-url` | Threema Gateway API URL | `https://msgapi.threema.ch` |
2251
+
| `alerting.threema-gateway.send-mode` | Mode used to send the alert, currently only `basic` is supported | `"basic"` |
2252
+
| `alerting.threema-gateway.api-identity` | Personal Threema API Identity | Required `""` |
2253
+
| `alerting.threema-gateway.recipients` | Recipients in format `[<type>:]<identifier>`, where type is `id`, `phone` or `email`. Type defaults to `id` | Required `""` |
0 commit comments