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
| `discord-url` | Discord Webhook URL | N/A | Discord does not support buttons in incoming webhooks, yet... |
50
-
| `slack-url` | Slack Webhook URL | N/A | |
51
-
| `teams-url` | Teams Webhook URL | N/A | Teams has deprecated giving colors to a card... |
52
-
| `color` | Color of the message in hexadecimal or title of predefined | `success` | |
49
+
| `discord-url` | Discord Webhook URL(s) | N/A | Optional: Can be comma separated values, or stringified JSON array of strings. Discord does not support buttons in incoming webhooks, yet |
50
+
| `slack-url` | Slack Webhook URL(s) | N/A | Optional: Can be comma separated values, or stringified JSON array of strings. |
51
+
| `teams-url` | Teams Webhook URL(s) | N/A | Optional: Can be comma separated values, or stringified JSON array of strings. Teams has deprecated colors in cards (temporarily) |
52
+
| `color` | Color of the message | `success` | Value can be in hexadecimal or the title of a predefined color |
53
53
| `title` | Text at the top of the message | `Hello world!` | |
54
54
| `text` | Text to be displayed under the title | N/A | |
55
55
| `fields` | Extra info to be displayed under the message | N/A | Stringified JSON array of objects with the attributes `name` and `value` ( e.g. `'[{"name": "string", "value": "string"}]'`) |
0 commit comments