Slack
Last updated
Last updated
With Slack, your bots can send various types of messages to your Slack group or contacts mainly for notification purpose for now. However, we are working on building Slack flow. So there will be more functions with Slack shortly.
To send out notifications to your Slack group or personal channel, you will need incoming webhooks first.:
There are 2 ways to get an incoming webhook URL:
from Slack Incoming Webhooks App
from your own Slack App
Visit Incoming WebHooks (opens new window), login yourself, then:
click "Add to Slack".
Pick a channel you would like your bot to send notifications to, then click "Add".
Ta-da! Here you are the URL.
Select view Slack Documentation
Add an app icon
Name your app
More information click -> Slack API (opens new window)
A common usage for slack integration is to send slack notification. For example, to back up your bot, set a "Talk to Human" button. And when user press it, send a slack notification to a support channel or a support staff. Check how to send slack notification.