Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The polling module is a mechanism that allows getting Files files and messages from MS Teams without the need to use WebHooks. It can be used as a secondary layer in addition method to WebHooks to handle missed events, or independently without the webhooksWebHooks.

How It Works

Every channel or chat message is sent to the Microsoft API. In the Webhooks WebHooks approach, we create a subscription and get notified about all events. In the Polling method , we actively ask the API about new events. The These events will come into the DB database from Teams traffic and no without the need for the incoming webhook WebHook to access our portal.

If you are not using the AGAT Azure app, you need to request Microsoft to enable Protected API How to enable Protected API

...