Working example of a slack connection string? #164
-
The documentation doesn't make clear exactly how to build a slack connection string, and the generator barfs when trying to build one if you put any input whatsoever into the "token" field. Can somebody provide me a working example of a slack connection string? I have a standard bot with "xoxb-" style token. Is that what the input is looking for? It seems like it wants that broken into three parts, but nothing I've tried is working. Edit: Ok, after noting a closed item in Issues (#90), it appears that the connection string needs to be in the format of a slack webhook, not an API key. So theoretically, the format would be:
Unfortunately this doesn't seem to work:
This is still essentially undocumented and should be fixed. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I've opened a new issue for this instead. #165 |
Beta Was this translation helpful? Give feedback.
-
The Webhook URL have the following format (from https://api.slack.com/messaging/webhooks#create_a_webhook):
the corresponding Shoutrrr URL for slack would be:
Which, I believe, is what you tried above. The error you get: I will address the rest in the issue. |
Beta Was this translation helpful? Give feedback.
I've opened a new issue for this instead. #165