Desired Feature
So far I do not see the possibility to have bots/apps that can write messages to conversations (e.g. a gitlab bot which writes messages when a push to a group on pushes to certain projects like in Slack).
Is there already an API? And if not, would it be possible to implement one? I think this would also be useful for others.
Describe the solution you'd like
An API for bots/messaging apps, that can then be activated (for example as implemented in Slack)
After installing NextCloud and Talk this is the first use-case that I saw as "missing". Had a quick look at the code and thought it might be possible to duplicate some of the room creation code for the changelog and change it for bot support.
Check my Issue regarding Webhook Support:
https://github.com/nextcloud/spreed/issues/1879
Since this is Backlog'ed, I've created a (minimalistic) Node.js Module to provide bot functions to Nextcloud Talk: github repo, npm repo.
Most helpful comment
Since this is Backlog'ed, I've created a (minimalistic) Node.js Module to provide bot functions to Nextcloud Talk: github repo, npm repo.