Open azophy opened 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.
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.
Yes. 100x times yes. I'd love to have Telegram notifications personally, but it could be to Slack or whatever.
Probably of interest: http://laravel-notification-channels.com/
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!