Jun 12 2020 09:54 PM
Hi all,
I'm working on a project that involves sending adaptive cards to users and I also want to receive any response from the users and follow up to execute other actions (log down responses,comments etc...). My adaptive card is similar to this sample below:
I have tried Microsoft Flow but it has many limitations that made me decide to go ahead with using Python instead.
I have three questions:
1) Must I create a Teams Bot using Python and Bot Framework in order to send adaptive cards and receive responses to do follow up actions?
2) I read that Microsoft Teams "Incoming Webhooks" only supports message cards and not adaptive cards. Do message cards allow for actions by end users?
3) Are there any other methods without creating a bot?
Sorry for the lengthy post and any help is greatly appreciated!! (:
Jun 14 2020 05:11 AM
@JunZhi As per my view, Creating Bot in order to send adaptive cards and receive responses to do follow up actions is the best option.
Jun 14 2020 10:21 PM
Jun 14 2020 11:22 PM
Jun 14 2020 11:32 PM
Jun 15 2020 02:00 AM
@JunZhi - Connectors are supported to send message inside teams/channels. If you want to send the message to 1:1 chat or group You can use bot
Jun 15 2020 02:59 AM
@Nikitha-MSFT I see! Thanks for the clarification Would it be ideal to create the bot using Python? Are there any downsides in doing so instead of other languages?
Sorry if this is not a very good question... Just not very sure on this hahah.
Jun 15 2020 04:29 AM