The MS Teams communication extension provides a bot which can be triggered from Microsoft Teams to request information from the INETAPP server. The bot is connected using Outgoing Webhooks. Incoming Webhooks, provided by Microsoft Teams, can be set up for usage with the task planner - to send status or notification messages.
In the Microsoft Teams Classic Client, a bot can be used to request information from the INETAPP server. If the bot is triggered without a specific command, e.g. using @botname, the list of available commands is returned.
Note: As of Q3 2025, this feature can only be set up in the classic MS Teams application. However, Microsoft has confirmed that it will also be available in the new client.
Note: For connecting the INETAPP server with a Microsoft Teams outgoing webhook it is required that at least the server context /bot/msteams is publicly available. For testing purposes you can use ngrok.
The process of creating a bot connection is described here in addition to the support document by Microsoft:


https://your-server.com/bot/msteams. You should check, that this address is available from the internet beforehand or the bot registration will fail.A Webhook is an alternative way of sending information to MS Teams. Webhooks are used, e.g. by the Task Planner to send notification messages to a given channel.
The configuration of incoming webhooks allows to have them re-used at various places and by the users. A web hook is created by a server administrator in Microsoft Teams.



- After this, a URL will be provided for webhooks to post to. Copy this URL and insert it as the "Incoming Webhook" URL in the INETAPP server configuration of MS Teams