MS Teams Post As App

Is it possible to configure a bot or app to be used as the teams connector? The idea is we want to post to teams but not as my person but rather as the app we’ve created in Azure.

Anyone know how to do this?

It looks like your topic is missing some important information. Could you provide the following if applicable.

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

Hey @chrisjames , I would expect you to be using a service account for that. See some guidance in this post, How to create a service account in Azure Active Directory, grant it read only permissions to graph api in azure? - Microsoft Q&A.

Hey @ihortom , I did create one of these as per the instructions when setting up teams connector NODE. But it always posts as my user account that I setup the credentials with, so not sure why it even asked me to connect account. Any suggestions? I inputted my client ID and secret correctly, etc. Still posts as me as the credentials page forces you to click “connect account” which uses personal account.

@chrisjames , you probably would have to have a dedicated email account added as the app owner and use that account to authenticate.

That’s unfortunate this node pack was built this way, 99% of users will want messages posted as a bot/app not a user…