Could not able to execute teams trigger and could not able to send messages to teams by using team tool

We have an usecase which we wanted to send pdf files via teams and do data extraction by using AI agent then the put put should send over teams via teams tool. But we are facing issue while using teams trigger node and could not able to send messages to n8n from teams chat and not getting response as well from n8n to teams chat. Please help us on this issue.

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @Sushma !

From your description it sounds like the Microsoft Teams integration isn’t fully configured yet, which is why the trigger isn’t receiving messages and the workflow can’t reply back. Usually this happens when the app or permissions are not correctly set in Azure / Microsoft Graph. A few things I would check first:

  • credential is connected and authorized correctly.
  • Confirm that the Teams app/bot is installed in the team or chat where you’re trying to send messages.
  • Verify that the required permissions are granted and admin consent was approved.
  • Check whether the trigger node was activated (Teams triggers only work when the workflow is active).

If possible, could you share: Information on your n8n setup, the error message and ideally a screenshot or workflow JSON of the Teams nodes. That will help identify exactly where the configuration is failing.

1 Like