Cards themselves can't be clicked, but the action ...
# 💻developers
a
Cards themselves can't be clicked, but the action buttons below them can be clicked. The buttons can be either
url
or
postback
and you can add logic to deal with postback buttons. It can be tricky though because postback buttons are async and can be clicked at any time, so you need to put a transition for them at the start of your main flow.