Setting time-based greetings
Learn to customize chatbot greetings based on the time of day for a personalized user experience.
Craft dynamic digital agent greetings that adapt to the time of day. Elevate user engagement with personalized messages, creating a seamless and responsive interaction experience. Explore smart strategies for automating greetings based on real-time considerations, making your digital agent's interactions more dynamic and effective.

Follow these simple steps to implement time-based greetings in your message:
Step 1: Create a MSG node
Start by creating a new MSG node in the Flow editor. This node will serve as the foundation for setting both your dynamic greeting and the digital agent's message content. Need basics first? MESSAGE node
Step 2: Set a greeting
variable
greeting
variableWithin the MSG node, set a new variable named greeting
to determine the appropriate greeting string based on the current time.

Step 3: Use the variable in the message content
In your digital agent's message content, incorporate the variable to dynamically display the appropriate greeting. Reference the variable you set in step 2 (in this example, "greeting") within the message content.

Last updated
Was this helpful?