poshbotio / PoshBot

Powershell-based bot framework
MIT License
537 stars 108 forks source link

Are triggers working in Team? #113

Closed delrio1110 closed 4 years ago

delrio1110 commented 5 years ago

I copied your example trigger to say hi when someone joins and nothing happens

devblackops commented 5 years ago

@delrio1110 Currently the Teams backend doesn't support event-based triggers. What Teams supports for events is different than Slack as well. I'd like to add support for events but haven't gotten to it yet.

https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/bots/bots-notifications

medea61 commented 5 years ago

Sadly at the time beeing this seems to be unsupported by the Teams bot api accoding to this documentation: https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/bots/bot-conversations/bots-conversations

A bot behaves slightly differently depending on what kind of conversation it is involved in:

  • Bots in channel conversations require the user to @ mention the bot to invoke it in a channel.
  • Bots in single user conversations do not require an @ mention - the user can just type.
stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.