-
Incoming Webhooks are a simple way to post messages from apps into Slack. These integrations lack newer features and they will be deprecated and possibly removed in the future.
In the current imple…
-
Action Required: O365 connectors within Teams will be deprecated and notifications from this service will stop. Learn more about the timing and how the Workflows app provides a more flexible and secur…
-
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. …
-
Is it possible to add a new sink for RocketChat please?
RocketChat webhooks accepts the following payload example:
```
{
"text": "Example message",
"attachments": [
{
"title":…
-
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?
-
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 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 …
-
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…