In a whatsapp chatbot, how do i directly capture the phone number of the user without any prompt / question?

Hi Community,

I want to understand how to capture user’s phone number the first time the user interacts with the bot without asking it explicitly via a prompt / question node

Hey @Prathap_P_S you can use a variable node and in that variable node pass {{sender}} you will be able to capture user number without asking it.

Thanks @Jayesh_Rana . This helps. Thanks.