Selected custom object records
Hi,
I have a following use case, please suggest right approach
Customobject "UserActivity" has following data. Email is link field
email,activityTypeID,activityType,documentName,activityDate
test1@test.com,1234,vieweddocument,Doc1,2024-02-01
test1@ptest.com,2345,vieweddocument,Doc2,2024-04-10
test2@test.com,3456,vieweddocument,Doc3,2024-01-20
test2@test.com,4567,vieweddocument,Doc4,2024-05-25
I will create a smartlist with following conditions to find users whose activity is "vieweddocument" before 02/05/2024
1. Has User Activity
2. Activity date before 02/05/2024
3.Activity type is vieweddocument
Email addresses test1@test.com and test2@test.com will be qualified with this condition
I want to send an email for these two email addresses with their respective data record information
Question: How can I get customobject records only for these two email addresses in velocity script. Is there as way to identify these two email address custom object records and personalize the email content?
I want to send email using smart campaign
Thank you so much in advance
Babu.