How do I ask the bot to address the customers' fir...
# support
l
I tried with this line on first message but it is still not addressing the customer by the first name "Hello {{first_name}}, this is Jay , Do you have a minute to talk?"
v
You can continue this conversation by mentioning me in the message.
@lin10 It's great that you're personalizing the first message by addressing the customer by their first name. To ensure the customer's first name is correctly inserted into the message, you'll need to replace
{{first_name}}
with the actual first name of the customer. If you have the customer's first name available, you can construct the message like this:
Copy code
plaintext
Hello [Customer's First Name], this is Jay from Vappy’s Pizzeria. Do you have a minute to talk?
For example, if the customer's first name is "Emily," the message would be:
Copy code
plaintext
Hello Emily, this is Jay from Vappy’s Pizzeria. Do you have a minute to talk?
If you need assistance with integrating the customer's first name into the message dynamically, please provide more details on how you are sending the message or the system you are using, and I'll be happy to help further!
Got it. Tagging @User for additional help.
l
but I have a list of name that I need to call and need personalisation for each of them, how to do that? @User @User Support Bot