rveachkc / pymsteams

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

Posting variable contents #38

Closed MegaH01 closed 5 years ago

MegaH01 commented 5 years ago

Does pymsteams support user defined variables in messages instead of straight text? For example I want to post the contents of the following but can't since they are enclosed in quotes. Tried escaping them with no luck. Is this possible?

myTeamsMessage.title("sys.argv[1] sourceDescription interfaceID statusString")

MegaH01 commented 5 years ago

Nevermind I'm an idiot