List implementation of Carousel card

Will the List implementation of Carousel card support URLs.

Expectation is that onclick, I can redirect a user to the relevant page.

Carousel cards support it.
CleanShot 2022-12-05 at 16.16.40

What exactly do you mean by list implementation here? Could you please share a screenshot of that component?

Referring to this version of the List Card

Yes, it is supported.

1 Like

what would be the format for generating this?
Docs only indicates text based
image

Would the object just be

{
    title: "ABC",
    text: "ABC",
    url: "https://www.sample-site.com/"
}

Yes, wherever you need URL.
In that object you place the same.

1 Like