Select host app:
Webex Teams - Web Client
Target version:
1.3
CARD ELEMENTS
Containers
Container
ImageSet
FactSet
ColumnSet
Elements
TextBlock
RichTextBlock
Image
ActionSet
Inputs
Input.Text
Input.Date
Input.Time
Input.Number
Input.ChoiceSet
Input.Toggle
CARD PREVIEW
Webex App
Buttons and Cards Release
Release Date:
Product:
OS:
Aug 6, 2019
Webex
Mac, Windows, Web
We're making it easier for you to interact with bots and integrations in Webex. When your bot sends information in a space that includes a card with buttons, you can now easily interact with it.
Buttons and Cards Resources:
CARD STRUCTURE
- AdaptiveCard
- ColumnSet [2 columns]
- Column [Automatic]
- Image
- Column [Stretch]
- TextBlock [Webex App]
- TextBlock [Buttons and Cards Release]
- ColumnSet [2 columns]
- Column [Weight: 35]
- TextBlock [Release Date:]
- TextBlock [Product:]
- TextBlock [OS:]
- Column [Weight: 65]
- TextBlock [Aug 6, 2019]
- TextBlock [Webex]
- TextBlock [Mac, Windows, Web]
- TextBlock [We're making it easier for you to interact with bots and integrations in Webex. When your bot sends information in a space that includes a card with buttons, you can now easily interact with it.]
- TextBlock [Buttons and Cards Resources:]
- ColumnSet [2 columns]
- Column [Automatic]
- Image
- Column [Automatic]
- TextBlock [[Developer Portal Buttons and Cards Guide]()]
- ActionSet
- Action.Submit [Subscribe to Release Notes]
ELEMENT PROPERTIES
Nothing is selected
Select an element in the card to modify its properties.
CARD PAYLOAD EDITOR
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"type": "AdaptiveCard",
"body": [
{
"type": "ColumnSet",
"columns": [
{
"type": "Column",
"items": [
{
"type": "Image",
"style": "Person",
"url": "https://developer.webex.com/images/webex-logo-icon-non-contained.svg",
"size": "Medium",
"height": "50px"
}
],
"width": "auto"
},
Enter to Rename, Shift+Enter to Preview
1
Enter to Rename, Shift+Enter to Preview