May 16 2022 01:40 AM - edited May 16 2022 01:42 AM
Hey all
I have a form in my teams app. Information entered into the form should be sent to a user in Teams.
What would be the best way to do this? I've looked into bots and the graph api but I'm not sure which solution fits best?
Thanks!
May 16 2022 05:59 AM - edited May 16 2022 11:37 PM
@JulianTrei - Could you please share following details:
1. Where are you filling the form ? in tab or bot ?
2. Where you have to send the information ? in one-one chat or another user ?
May 17 2022 12:25 AM
May 17 2022 01:45 AM
Solutionfirst you can use people picker to get aad id of member to send
Integrate People Picker - Teams | Microsoft Docs
and use graph api to creat chat and send message with that member
Create chat - Microsoft Graph v1.0 | Microsoft Docs
Thanks,
Nivedipa
-----------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link.
May 17 2022 04:09 AM
May 17 2022 01:45 AM
Solutionfirst you can use people picker to get aad id of member to send
Integrate People Picker - Teams | Microsoft Docs
and use graph api to creat chat and send message with that member
Create chat - Microsoft Graph v1.0 | Microsoft Docs
Thanks,
Nivedipa
-----------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link.