gifted-exabyte-27996
01/25/2024, 2:27 PMPrice: ${product.product_price}
: 'Price: N/A',
imageUrl: product.product_image_url,
buttons: [
{
type: 'url',
text: 'View Product',
url: product.product_url
}
]
}
}
// Add the card to the carousel cards array
carouselCards.push(card)
}
// Create the carousel payload
const carouselPayload = {
type: 'carousel',
content: carouselCards
}
// Set the carousel payload as the event payload
event.payload = carouselPayload
But I don't know how this can be shown. I haven't succeeded so far... Has anybody some clue if this can be done?