Telegram - approval button how to make it work?

Hi, I am trying to build something whereby upon sending Telegram message in step 4 of my workflow, I can click on either Approve or Disapprove button in my telegram message, and then things happen depending on which I click.

I am able to add these buttons into the Telegram message being sent, but when when I click on any of the buttons, how do I get Active Pieces to listen for the incoming data of whether its approved so I can execute additional actions upon receiving it? Thanks. Now when I click on Approve, nothing happens.

This is important because otherwise i can’t do 2 way connection with telegram, it’s just 1 way at this point.

@Raelyn_Tan,

Try out the Custom API Call step under the Telegram Piece, this has options for POST, GET, PUT, PATCH, DELETE, etc. So you should be able to fetch the data you are looking for.

A better way might be to have the Approve Button trigger a webhook when clicked, as If disallowed, no further action will be needed.