var unbluListTemplate = {
"$_type": "ListPostMessageData",
"type": "LIST",
"header": {
"$_type": "MessageHeader",
"imageUrl": "data:image/png;base64,",
"imageAltText": "test image",
"title": "Title",
"body": "This is the **body text** with markdown",
"bodyTextType": "MARKDOWN"
},
"items": [
{
"$_type": "PostListMessageCardItemData",
"imageUrl": "data:image/png;base64,",
"imageAltText": "test image",
"title": "Title",
"body": "This is the **body text** with markdown",
"bodyTextType": "MARKDOWN",
"action": null
},
{
"$_type": "PostListMessageCardItemData",
"imageUrl": "data:image/png;base64,",
"imageAltText": "test image",
"title": "Title",
"body": "This is the **body text** with markdown",
"bodyTextType": "MARKDOWN",
"action": {
"$_type": "MessageAction",
"actionType": "LINK_INTERNAL",
"label": "Unblu homepage",
"value": "https://unblu.com"
}
}
],
"actions": [
{
"$_type": "MessageAction",
"actionType": "LINK_INTERNAL",
"label": "Unblu homepage",
"value": "https://unblu.com"
},
{
"$_type": "MessageAction",
"actionType": "LINK_EXTERNAL",
"label": "Wikipedia",
"value": "https://www.wikipedia.org/"
},
{
"$_type": "MessageAction",
"actionType": "REPLY_MESSAGE",
"label": "More info",
"value": "Could you provide me with more info?"
}
]
};
print(JSON.stringify(unbluListTemplate));