-
Hi there, awesome job on the package, have a question for you.. In your examples you are able to send to different slack channels, for me, one webhook url, only allows me to send to a single channel. …
-
How does Webhook_Url work for ms-teams? I specified as `WEBHOOK_URL="ms-teams-hook-url"` but it doesn't work/triggered, when restart-case. Is there any other configuration?
-
Is it possible to add a new sink for RocketChat please?
RocketChat webhooks accepts the following payload example:
```
{
"text": "Example message",
"attachments": [
{
"title":…
-
i have read a bit about telegram and they have the possibility of having a webhook for incoming messages instead of long polling. I think this might make it faster.
https://core.telegram.org/bots/w…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
I would like to have Slack notifica…
-
Only username and icon_url is not reflected to SlackApps
`slack.py:19`
``` payload.py
item = {
'username': str(username), # ユーザー名
'icon_url': user_pic,
…
-
What do you guys think about adding support for incoming webhooks for team collaboration tools like Slack, Microsoft Teams, Mattermost?
It could be used to inform channels for new systems added, Mu…
-
What if someone discovers the URL and starts sending you messages? I would think Twilio has the same available, but I haven't looked in depth. You want to know that the message is from Twilio and not …
-
Hi, first of all thanks for setting this up.
I have a few questions, for environmental variables being set on the Mattermost server:
```
MATTERMOST_SERVER_PORT - Default: 80
MATTERMOST_SERVER_PATH -…
-
**What is the bug?**
Changing channels from email to webhook breaks webhooks.
**How can one reproduce the bug?**
Steps to reproduce the behavior:
1. Create monitor
2. Add trigger
3. Select an …