Quantcast
Channel: Slack Incoming Web Hooks - Send message @channel - Stack Overflow
Browsing latest articles
Browse All 5 View Live

Answer by Rafael Travassos for Slack Incoming Web Hooks - Send message @channel

You can use "link_names": True in your payload and use @name : slack_data = {'text': 'Hi @user, this is for you',"icon_emoji": self._icon,"username": sender,"link_names": True }

View Article



Answer by sandra for Slack Incoming Web Hooks - Send message @channel

The chat.scheduleMessage method (https://api.slack.com/methods/chat.scheduleMessage) will accomplish the same thing.

View Article

Answer by Petercopter for Slack Incoming Web Hooks - Send message @channel

For anyone else struggling to get this working, if you are using blocks, it looks like you need to have the <!channel> in the block content, and not in the text content.The text key shows up in...

View Article

Answer by Erik Kalkoken for Slack Incoming Web Hooks - Send message @channel

The correct syntax for sending @channel messages is <!channel>. So the correct curl command for your example should read:curl -X POST -H 'Content-type: application/json' --data '{"text":"Hey, Its...

View Article

Slack Incoming Web Hooks - Send message @channel

I am working with Slack API recently and my motive is to send a channel wide message at a certain time by calling a web hook provided by Slack Incoming Web hooks.I created a web hook and got code from...

View Article

Browsing latest articles
Browse All 5 View Live




Latest Images