Back to All

Passing Data from Card button to another JSON Api interaction

Hi,

Is it possible to pass data from a response card button to another json api interaction?

Basically,

  1. I got the response from server and I will display cards on the bot, each card has a button.
  2. Clicking a button will pass an id to another JSON api to retrieve additional details (using the id) from the server.

Is this possible?

Thanks!!