rpaschoal / ng-chat

💬 A simple facebook/linkedin lookalike chat module for Angular applications.
MIT License
155 stars 92 forks source link

Integrating with Slack API #179

Closed morgangit closed 3 years ago

morgangit commented 3 years ago

Apologies for just posting a question here - but before I dive into this, has anybody tried to integrate this with Slack? I mean to have messages sent to some existing userID sent to a Slack channel and have replies posted on that channel appear as replies by that userID in browser instance.

Just wanted to check if you know of any reason that could not work.

rpaschoal commented 3 years ago

Hi @morgangit ,

This should be feasible if you have an API orchestrating the integration for you behind the scenes. You might be able to do it directly from your Angular application as well but that could expose your Slack API key I think.

morgangit commented 3 years ago

Ok, thank you @rpaschoal.