What should you do?

You develop a custom messaging extension to translate messages in a Microsoft Teams chat.

You need to provide users with the ability to invoke the extension from the More actions menu of a message.

What should you do?
A . Add an Adaptive Card-based task module to a tab.
B. Add an incoming webhook to the Microsoft Teams bot.
C. Specify the command for the extension in the manifest file.
D. Add an outgoing webhook to the Microsoft Teams bot.

Answer: D

Explanation:

Outgoing webhooks allow you to send messages to external systems from Teams. They are used in a very similar way to bots: you @mention them on a chat or channel, and then type your message. The difference is that when you send the message, it will go directly to the external system or service (e.g., your HR system). There isn’t a custom-built bot background service in between. The external service then completes a task based on the message and can reply back to the user in Teams.

Note: If you are just looking for a simple way of integrating an existing external system to Teams, webhooks can offer you a very quick and easy solution for that.

There are three different types of webhooks:

✑ Outgoing webhooks (for sending a message from Teams to an external system

✑ Incoming webhooks (for sending a message from an external system to Teams)

✑ Connectors (productized/packaged webhooks by you, Microsoft or third parties)

Reference: https://laurakokkarinen.com/how-we-can-extend-teams-with-custom-apps-the-non-technical-explanation/

Latest MS-600 Dumps Valid Version with 142 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments