We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc4c75 commit 25dabe9Copy full SHA for 25dabe9
docs/user/cards.rst
@@ -31,7 +31,7 @@ Lets dive into a simple example that sends a card to a room
31
card = AdaptiveCard(body=[greeting, first_name, age], actions=[submit])
32
33
api = WebexTeamsAPI()
34
- api.messages.create(text="fallback", roomId="...", cards=card)
+ api.messages.create(text="fallback", roomId="...", attachments=[card])
35
36
The message we send with this code then looks like this in our Webex Teams
37
client:
0 commit comments