A while ago I wrote a Powershell module to send notifications to Microsoft Teams:
https://github.com/mhouston100/PSMicrosoftTeams
Works like a charm. Right from the outset, one of the most requested features has been to attach files to the notifications.
Does anyone have any idea, information, documentation etc for attaching files through the 'Incoming Webhook' connector?
I've tried embedding Base64 encoded content directly in the notification etc but it doesn't seem to be the right wau