monicahq / monica

Personal CRM. Remember everything about your friends, family and business relationships.
https://beta.monicahq.com
GNU Affero General Public License v3.0
21.68k stars 2.17k forks source link

Feature Request: Chat Integration #68

Open azophy opened 7 years ago

azophy commented 7 years ago

I'm actually still in the process of setting up Monica on my machine, but from what I read in the Readme, it only mentioned that the means for communicating events to user is by email. Rather than email, I think making chatbot would make this software more accessible to many people (for instance, its more common for people from my country to access chat apps rather then their email).

From what I know, implementing chatbot notification is rather easy nowadays. From what I have tried in Telegram, its only a matter of implementing some simple REST API call. I think this is pretty similiar for Slack or LINE (I don't actually have any experience in both apps, but I think it should be).

Nonetheless, many appreciations for all Monica Contributors!

Kilian commented 7 years ago

I would love this! Gentle nudges via chat to send a message to people is such a low-friction way to help people keep in touch. If there is a Monica API (like in the project TODO), I wouldn't mind taking a stab at a facebook messenger chatbot.

degan6 commented 7 years ago

This would be awesome I agree.

@Kilian Laravel has notifications that are designed just for this. Send a text, slack, webhook and so on.

I don't think the support FB messenger but I'm sure it could be created.

https://laravel.com/docs/5.4/notifications

djaiss commented 7 years ago

Yes. 100x times yes. I'd love to have Telegram notifications personally, but it could be to Slack or whatever.

tomzx commented 6 years ago

Probably of interest: http://laravel-notification-channels.com/