Am try to display information as cards, using function. But images not displaying.
Here is the code am using:
app.sendCards([
{
image: ‘https://upload.wikimedia.org/wikipedia/commons/8/87/PDF_file_icon.svg’,
actions: [{
title: ‘Download Label’,
url: data.label_url
}]
}
]);
Can someone help me, please