notifme / notifme-sdk

A Node.js library to send all kinds of transactional notifications.
https://notifme.github.io/www/
MIT License
1.94k stars 149 forks source link

Vote for Botkit integration ( as a bridge to FB, Hangouts, Teams, Websocket, Webhooks etc ) #67

Closed DhavalW closed 6 months ago

DhavalW commented 4 years ago

Some of the missing channels seem to be supported by botkit (FB Messenger, Hangouts, MS Teams etc). Is an integration doable ? Any tips, pros n cons ?

BDav24 commented 4 years ago

Well I guess it's doable, but 2 way-communication requires to expose your service, which is not currently the case (this is only a lib).

The main idea here is to standardize the necessary parameters by channels, no matter the provider... so FB, Hangouts, Slack & co might be standardized under the channel "instant messages", I don't really know if that would be useful.