Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

First name in mail notification

suryan
Kilo Expert

Below is the notification i need to give through mail. In this {User} i need to get only the first name . Ex: if {user} is John Cena it should display only Hi John,

Hi ${user},

A Request has been raised by ${from},.

1 ACCEPTED SOLUTION

Anil74
Tera Guru

Hi Suryan,



please try with this.



Caller First name: ${caller_id.first_name}


View solution in original post

5 REPLIES 5

suryan
Kilo Expert

Same question i want to check it for 2 recipients. I have 3 names in client owner list. I want to display first names of 3 persons.



Ex: Hi ${cl_owner}, i changed to ${cl_owner.first_name} to get the first name but it is not working.