Microsoft Teams Message extension and database

Miriam Graham 1 Reputation point
2020-10-06T07:18:27.157+00:00

I am creating a Microsoft Teams messaging extension using Node.js.
I want to connect the search based messaging with database, where I will be able to create, edit and delete small tasks.

My problem is that I can't change the UI of the chat search based message extension. I want to add an "Add" button, and I am having problems finding dokumentation on how to do it. I have seen some apps that has a search based message extensions, and when one clicks on an "Add" button, an action based message extension pops up.
Is there a way to use both a search based and action based message extensions when creating an app?

Thanks in advance

Microsoft Teams | Development
{count} votes

1 answer

Sort by: Most helpful
  1. Abhijit 1 Reputation point
    2023-03-08T05:38:12.64+00:00

    If I understand your question is weather we can use both search based and action based messaging extension together in app or not.
    answer is - Yes, we can use both of them in app. You need to define both the things in manifest.
    Check documentation for more details and let me know if you are looking for something else.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.