I setup a simple workflow that pull Gmail, and display the body of the email into a Teams chat. But after speaking into multiple chat, and not the one from the workflow. I get an error saying that n8n doesn’t know this Channel ID.
If I create a message into this channel, n8n can retrieve it normally.
So my question is: does Microsoft Teams have paging on chat list ?
Information on your n8n setup
n8n version: 0.231.3
Database (default: SQLite):. SQLite
n8n EXECUTIONS_PROCESS setting (default: own, main): main
Running n8n via (Docker, npm, n8n cloud, desktop app): docker
So you wouldn’t need to write anything special, just click on “Expression” when hovering over the field and make sure to enter your desired channel ID:
n8n will still display the warning triangle next to the field, but you should nevertheless be able to execute the node. My hope is that this either works or returns a more helpful error message.