I was trying to use Microsoft Teams node to post message in a specific channel (which can be done and work perfectly) and then be able to comment a particular message (which is not currently possible) :
I tried to follow the documation and make the HTTP request through the n8n node, but it never worked…
I put everything as in the documentation (client ID, client secret, tenant ID, scope…) in the OAuth2 header but it doesn’t work, and I get this error message :
I am sorry to hear you’re having trouble here. The error message is indeed not particularly relevant so I won’t be able to confirm the exact cause of the problem. Could you share the problematic node with me (you can, of course, redact any confidential values)? You can simply select the node on the n8n canvas and press Ctrl+C to get the underlying JSON code.
I haven’t used these MS APIs yet, so it’ll probably take me a while to get the hang, but am happy to look into this.
Hi @Polz, apologies for my late reply here. Any chance you can upgrade your n8n version and retry this request? With version 0.156.0 we now show the error body of failed requests and I suspect this might be helpful here. The latest desktop version available on our website uses version 0.160.0 so would include this improvement.
I’m having some issues here also using MS Teams through the HTTP request, it’s only because the standard N8N Teams nodes/dropdowns don’t appear to be able to do some features that I want , e.g. create NEW oneOnOne chat with a colleague
I created a manual credential , connected to my microsoft account, using pretty much the same credentials as the N8N Teams credential, but in the manual credential I have to put the requested scopes etc and all works with subsequent URL requests etc … but the next day my N8N workflow stops working and and I have to re-connect my credential, which somehow refreshes my token ???
If I use the N8N Teams Credential with a simple chat to an existing oneOnOne chat I have no problems.
As I said I’m having to use my manual credential because the existing N8N Teams nodes appear to be lacking in functionality.
Information on my n8n setup
n8n version: 0.198.2
Database you’re using (default: SQLite): default
Running n8n with the execution process [own(default), main]: default
Running n8n via [Docker, npm, n8n.cloud, desktop app]: Docker
Can you open a new thread for this and fill out the template provided so that we don’t bring back an old topic, You may have a different error message as well.