Skip to main content

I am  building WhatsApp bot, and I've created a sample question where the user is asked, 'Are you single or married?' There are two buttons available: 'Single' and 'Married.'

If the user clicks on 'Single,' can I capture that information directly in Google Sheets as 'Single'?

Currently, it seems like I can only capture responses if the user types their answer as text or the regular variables such as phone or email. However, to improve the user experience, I would like them to be able to select an answer by clicking a button, and then I would receive the corresponding information automatically.

Is this possible in ManyChat?

@Mosh_mel yes you can.

You basically need to set the User Field to the value after the person clicks, and then send the information to the Google Sheet.

Like this:

 


Reply