Skip to main content
Solved

Whatsapp Bot

  • February 13, 2025
  • 3 replies
  • 71 views

DivyaAI

I have created a whatsapp chatbot and initiates when user send text like hi, hello but I want bot to only activate when its a new user if its an existing user it should directly go to Live Agent.

 

How I can do this?

Best answer by rogerioaraujo

You have several ways to achieve this. For example, you can add a "condition" block > "subscribed" > "Less than" and set it to only send if the person has been subscribed for less than 5 minutes.

Another way is by adding a TAG. At the beginning of the flow, check if the person has this TAG. If they do, it means they are an existing customer, so direct them to live chat. If they don’t, it means they are new, so send them through the flow and add the TAG to ensure they are not redirected again in a future interaction.

3 replies

rogerioaraujo
Forum|alt.badge.img+2
  • Flow Scholar
  • Answer
  • February 13, 2025

You have several ways to achieve this. For example, you can add a "condition" block > "subscribed" > "Less than" and set it to only send if the person has been subscribed for less than 5 minutes.

Another way is by adding a TAG. At the beginning of the flow, check if the person has this TAG. If they do, it means they are an existing customer, so direct them to live chat. If they don’t, it means they are new, so send them through the flow and add the TAG to ensure they are not redirected again in a future interaction.


Sietetravel
  • Chat Surfer
  • February 13, 2025

muy facil , lo puedes hacer con las condiciones y etiquetas y te recomiendo un disparador mucho mas profesional como las vocales


cata_rendon
Forum|alt.badge.img+3
  • Manychat Community Moderator
  • February 13, 2025

Use conditionals, tags and rules.. =)