Page History
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
{
"description": "attachment description",
"views": {
"widget": { "src": "<widget url>", "width": 400, "height": 400 }
},
"buttons": [{
"name": "<button 1>",
"icon": "<icon 1 url>",
"action": { "type": "openWidget", "desktopType": "modal", "mobileType": "modal", "url": "<action url>" },
"id": "<button id 1>"
}, {
"name": "<button 2>",
"icon": "<icon 2 url>",
"action": { "type": "openBrowser", "url": "<url>", "sendContext": true }
"id": "<button id 2>"
}]
} |
...