Bug 31002 - Add ability to send notices over instant messaging services
Summary: Add ability to send notices over instant messaging services
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Notices (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks: 20235 31003 31004
  Show dependency treegraph
 
Reported: 2022-06-21 14:31 UTC by Martin Renvoize
Modified: 2023-10-12 16:34 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Renvoize 2022-06-21 14:31:45 UTC
It would be great to add integration for sending notices via the various instant messaging services people use these days.

* WhatsApp
* Telegram
* Signal
* Teams
* Slack

I think we could work on the core infrastructure on one bug and then enable integrations via drivers or plugins similar to how SMS is dealt with.
Comment 1 David Cook 2022-06-22 00:14:09 UTC
(In reply to Martin Renvoize from comment #0)
> I think we could work on the core infrastructure on one bug and then enable
> integrations via drivers or plugins similar to how SMS is dealt with.

That's what I was thinking when reading bug 31004. I mean the SMS is just another API anyway. 

(On a side note, does Koha already support web push notifications? I don't love web push notifications in general but why not add all the things...)