Can we send file as an attachment along with message in teams using webhooks or api? Currently we can send only text message using webhooks and not attach files.
I want to mimic the action in the screenshot below:- Attach file present in the system
There are ways to first upload file to one drive and then send its link in the teams message but I do not want to use that solution.
Is there a way to directly upload file from your system as an attachment to the microsoft teams using webhook or any alternative way.
Thanks!!