nerdexam
Microsoft

MS-600 · Question #119

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…

The correct answer is D. Add an outgoing webhook to the Microsoft Teams bot. 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…

Extend Teams

Question

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?

Options

  • AAdd an Adaptive Card-based task module to a tab.
  • BAdd an incoming webhook to the Microsoft Teams bot.
  • CSpecify the command for the extension in the manifest file.
  • DAdd an outgoing webhook to the Microsoft Teams bot.

How the community answered

(43 responses)
  • A
    5% (2)
  • B
    2% (1)
  • C
    9% (4)
  • D
    84% (36)

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) https://laurakokkarinen.com/how-we-can-extend-teams-with-custom-apps-the-non-technical-

Topics

#messaging extension#Teams manifest#message action#bot

Community Discussion

No community discussion yet for this question.

Full MS-600 Practice