-
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…
-
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?
-
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…
-
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 -…