rveachkc / pymsteams

Format messages and post to Microsoft Teams.
https://pypi.org/project/pymsteams/
Apache License 2.0
422 stars 78 forks source link

Feature Request: File upload/attachment support #53

Closed docdawning closed 4 years ago

docdawning commented 5 years ago

Please add support to use Teams' Attach File feature. This would be extremely helpful for my use case, the lack of it in pymsteams is causing me to look at switching to another solution. Thank you for pymsteams, however, it is very clean.

rveachkc commented 5 years ago

I've looked at doing this before, but have been unable to find a way to do this using the existing API: https://docs.microsoft.com/en-us/outlook/actionable-messages/message-card-reference

Are you aware of a way to do this, or a different project that does the same?

CaseGuide commented 4 years ago

Also wish this was available with this library

rveachkc commented 4 years ago

This feature is not supported by the webhook API. If you need this functionality, you may need to create a full blown teams application.