rveachkc / pymsteams

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

.color() not working #152

Open JanOgr opened 6 months ago

JanOgr commented 6 months ago

Describe the bug Color is not set even though i specify a color code.

To Reproduce teams_message = pymsteams.connectorcard(self.connection) teams_message.summary("Summary") teams_message.text("test text") teams_message.color("ecee38") teams_message.send()

Expected behavior Color should be updated for the message

Additional context Please provide a workaround :)

JanOgr commented 6 months ago

So I found mardown works for the text field, not for title however.

ehardarson commented 5 months ago

This is not a bug in pymsteams, looks like support has been removed by Microsoft.

https://github.com/MicrosoftDocs/msteams-docs/issues/10062