Closed MegaH01 closed 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")
Nevermind I'm an idiot
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")