Forum Discussion
Hiral_Patel
Jul 01, 2021Copper Contributor
Microsoft Teams Message extension without popup/extra parameters and submit action
I want to have a message extension, action based command that simply sends the message text to the message handler. So when the user clicks the message extension from the (...) context menu, tha...
Wajeed-MSFT
Microsoft
Jul 01, 2021Hiral_Patel - Is your request hitting bot's code when user clicks on Messaging Extension action for any message? When I tried creating command with same values as mentioned in the post, I was able to get it working.
I see the warning in App Validation for this which I'll check with team.
abhisheksrivastava
Dec 29, 2021Copper Contributor
Wajeed-MSFTI have created action based messaging extension without popup, it is working fine for Group/team/channel but when i use it for send to single chat i get both, popup with the card in the background pasted on message textarea. Can you suggest something for this?
- Wajeed-MSFTJan 04, 2022
Microsoft
abhisheksrivastava - Are you following Bot response with Adaptive Card?
Could you please share the code snippet to repro your issue?