pymsteams · PyPI
pypi.org › project › pymsteamsOct 07, 2021 · # Create Section 1 Section1 = pymsteams. cardsection Section1. text ("My First Section") # Create Section 2 Section2 = pymsteams. cardsection Section2. text ("My Second Section") # Add both Sections to the main card object myTeamsMessage. addSection (Section1) myTeamsMessage. addSection (Section2) # Then send the card myTeamsMessage. send ()
pymsteams · PyPI
https://pypi.org/project/pymsteams07.10.2021 · pymsteams. Python Wrapper Library to send requests to Microsoft Teams Webhooks. Microsoft refers to these messages as Connector Cards. A message can be sent with only the main Connector Card, or additional sections can be included into the message.