Nextcloud Talk API
-
Does anyone here have experience with the nextcloud talk API? My goal is to send a post request from freescout to my n8n instance when an email is assigned and translate that there and send a message to the user in question via nextcloud talk.
For one I'm not even sure where the API key is being generated or read out.
-
Not an expert on it but this might get you started:
Authentication:
https://docs.n8n.io/integrations/builtin/credentials/nextcloud/Capabilities:
https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.nextcloud/API:
https://nextcloud-talk.readthedocs.io/en/latest/conversation/
https://nextcloud-talk.readthedocs.io/en/latest/chat/PHP API:
https://nextcloud-server.netlify.app/namespaces/ocp-talkEdit: Sorry, just saw how old this post is...
-
Haha no worries yes I am successfully using the API by now even though not in this setup