Wait for WhatsApp Reply

Using this node allows you to wait and utilize the inbound messages from the end-user.

First things first, you need to define what will you receive from the end-user by filling the Received Type Variable Name`. In common usage it would be text.

The text that you received from the end-user can be temporarily stored to the flow. In order for you to utilize it, fill the Received Content Variable Name.

Technical Notes

The stored variable names can be utilized in the future by using the double curvy brackets.

For example: If you named the variable as user_name

When you want to call the variable on other nodes, you need to call it with{{user_name}}