python
2 TopicsUploading the CSV files to teams channel using python
Hi I have a requirement of getting data from few sources transforming it using pandas and then generating a CSV or Excel file of to post in microsoft teams programatically. Is there any way to post the file in teams channel using python via API ? It would be nice to get some insights on this ?Solved10KViews0likes3CommentsSending adaptive card and receive response in Teams using Python
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!! (:19KViews0likes7Comments