Skip to content

Example for Teams link unfurling #138

Closed Locked Answered by corinagum
yukun-dong asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @yukun-dong,

  1. First, may I ask if you have seen this documentation on Link unfurling? There is some setup in the dev portal that you may or may not already be aware of. The documentation includes how to:
  2. Similar to the search extension sample you'll set up your queryLink payload to return the card you want to unfurl based off of the query link
app.messageExtensions.queryLink('unfurlCmd', async (context, state): MessageExtensionActionResponse => {
   // get url from activity (or possibly parse url from text)
   const queryLink = c…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by corinagum
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
support answered completed items previously under dev support label
2 participants
Converted from issue

This discussion was converted from issue #114 on May 19, 2023 19:08.