I think you need to really develop microsoft nodes by adding sharepoint, invite someone when you create an event with outlook.
75% of companies are on microsoft, so it’s really important to add this nodes.
Thank you
I think you need to really develop microsoft nodes by adding sharepoint, invite someone when you create an event with outlook.
75% of companies are on microsoft, so it’s really important to add this nodes.
Thank you
From settings > community nodes, you can install n8n-nodes-community-sharepoint
Thank you ! Where can i find all this n8n community nodes ?
@Davidleguem you can find them by searching here keywords:n8n-community-node-package - npm search
To install a node, you go to settings > community nodes
and just type in the full name of the package, which in this case would be n8n-nodes-community-sharepoint
Thank you very much for answering quickly !
I try to put my credentials on the sharepoint node, I did the same things that when I create credentials for outlook or onedrive. But with the sharepoint nodes, this is not working.
The error : OAuth Authorization Error
There was a problem generating the authorization URL
Invalid URL
Do you have an idea how can I solve this problem ?
Thank you
I haven’t used this node in particular, but generally you get that error when the wrong auth URL has been set under General Credentials. Since you say you’re using the same settings for other services, I imagine you’re using the correct URL, in which case it could be a bug with the node.
My suggestion is to try to access the API using a HTTP Request, select OAuth2 there and attempt to connect to see if it works.