rveachkc / pymsteams

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

Can't POST to webhook if too many characters #64

Closed AugustasV closed 4 years ago

AugustasV commented 4 years ago

Describe the bug Can't send webhook if it's too many characters in it.

To Reproduce Steps to reproduce the behavior: Try to send ALOT of characters

Expected behavior Expected to send information to my chanell using webhook. But it just do nothing. All works when using command myTeamsMessage.printme() Everything works then sending couple of lines.

rveachkc commented 4 years ago

There is nothing within the library that would limit the length of your message. This is likely a limitation with the Microsoft API.