mobilemessenger
08/20/2025, 1:51 PMChiranjeet Mishra
08/22/2025, 6:03 AM{{customer.name}} are only available if they’re explicitly captured and stored during the conversation flow (usually via the assistant’s memory or a webhook update). Just including {{customer.name}} in the prompt won’t automatically persist and pass it unless it’s set in the session variables.
To make sure it works:
1. Confirm that the assistant is actually saving the name into customer.name (for example, via a memory update or an assistantOverrides webhook).
2. When invoking the warm transfer, make sure the transfer message explicitly references the variable — the system will substitute it only if it’s stored correctly.
Can you confirm if you’re capturing and saving the name into customer.name via the assistant memory or webhook before the warm transfer happens? That will help us pinpoint if the variable is available at transfer time.gio
08/26/2025, 2:01 PMgio
08/26/2025, 2:02 PMChiranjeet Mishra
08/29/2025, 1:53 AMgio
08/29/2025, 8:06 AMChiranjeet Mishra
09/02/2025, 5:22 PM