function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ShannuShannu 

I have a requirement to build flow on Email Message object

When an emailmessage ‘first opened’ field is updated email the sending user an email.
Subject and body can be anything.

#flows #salesforce
SubratSubrat (Salesforce Developers) 
Hello Shannu ,

With your requirement i have came across a Help Video which will Help you to send Email to the user when there is a updartion on field .

PLease go through the video and let me know if you face any difficulties .

Help video -> https://www.youtube.com/watch?v=qvSnwgTQ-fE


Hope this helps !
Thank you.
Arun Kumar 1141Arun Kumar 1141
Hi Shannu,
 
Yes, you can do this using Salesforce Record Trigger Flow. By the flowing steps --> 
1.Go to Salesforce Setup.
2.Search in the quick find box flow.
3.Then click on Record Trigger Flow.
4.Select the object as Email Message.
5.Select the condition whenever the record is created or updated.
6.Select the entry condition as First Opened Date isChanged True.
7.Then select Email action in the flow.
With these steps, you can achieve your requirement mentioned.
 
Also, you can refer to this documentation for Flows.Record Trigger Flow  (https://www.apexhours.com/record-triggered-flow/)
 
If this helps mark it as the best answer.
 
Thanks
Arun