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
Copy file name to clipboardexpand all lines: src/Digdir.Tool.Dialogporten.SlackNotifier/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,10 @@ HTTP POST [Slack_Webhook_Url]
27
27
3. Start the function app
28
28
4. Send a log alert v2 format to the app
29
29
30
-
The configured url does'nt have to be an actual slack workflow webhook url. It could point to an online webhook tester like https://webhook.site or a homemade webhook tester on your local machine.
30
+
The configured url doesn't have to be an actual slack workflow webhook url. It could point to an online webhook tester like https://webhook.site or a homemade webhook tester on your local machine.
31
31
32
32
### Get a valid log alert v2 request
33
-
This function app uses the links in the incoming alerts request to fetch data. Threrfore the requests are app instance and time specific. The provided example request is most likly to be invalid by the time this article is read. Do the following to get a valid request:
33
+
This function app uses the links in the incoming alerts request to fetch data. Therefore the requests are app instance and time specific. The provided example request is most likely to be invalid by the time this article is read. Do the following to get a valid request:
34
34
1. Go to https://webhook.site and copy your unique url
35
35
2. Add the url as a webhook action of the azure action group
0 commit comments