pymsteams icon indicating copy to clipboard operation
pymsteams copied to clipboard

Format messages and post to Microsoft Teams.

Results 22 pymsteams issues
Sort by recently updated
recently updated
newest added

This code really makes it easy for us to integrate automated communications into our Teams Channels. I would like to request @mentions be supported. We have various scenarios when we...

help wanted

It's only possible to add images from a URL, right? Also, the hero image in the center would be super cool to have, if possible. Thanks so much!

**This library uses a the webhook api and connector card format. When requesting new functionality, please reference the API to ensure this is possible.** - [How to add connectors in...

enhancement
help wanted

Hi, I don't know if it's possible. I could not find anything about this in Microsoft Docs either. It is about "HttpPost". Is there also the possibility for an authentication...

help wanted

Images added using myMessageSection.addImage appear small regardless of resolution. Also attempting to use `` inside the activity text means it doesn't show at all. Any way to include larger images...

No API Support

Right now, it's possible to obtain connector webhook URL in a simplier way: - RMB on the channel - choose 'Connectors' - find and pick 'Incoming Webhook' Perhaps you may...

Now I have a dropdown of multichoices for the users to click on, and a 'send' button to make an Http call to my backend function. The idea is that...

Hello, I tried converting following JSON into your pymsteams logic: [PICTURE](https://i.imgur.com/C2vnaXs.png) ``` { "@type": "MessageCard", "@context": "http://schema.org/extensions", "themeColor": "86bb0b", "summary": "Eingehende Ring Doorbell Benachrichtigung!", "sections": [{ "activityTitle": "ACHTUNG!", "activitySubtitle": "von...

bug

In many cases a header is not needed for the message - today webhooks require either text or summary property for each message. using summary property allows to remove the...