hedwig-im / hedwig_slack

Slack Adapter for Hedwig
MIT License
46 stars 30 forks source link

Send message with attachments #12

Open ivanovaleksey opened 7 years ago

ivanovaleksey commented 7 years ago

Hi, thanks for the great project!

Is there any way to respond to user's input with slack attachments?

Matt-Hornsby commented 6 years ago

@ivanovaleksey - way late to the party, but from what I've seen, since this bot exclusively uses slack's RTM api which doesn't currently support anything outside of plain old text, I'm afraid the answer is probably not. However, it shouldn't be terribly hard to update the bot to use one of the other Slack APIs that does support more advanced messages. Would certainly open this bot up to many more use cases.