Hi Guys, I have email template with the feilds in recipient table like <%= recipient.firstname%>, <%=targetData.anneversary%> Currently I am passing email field to SubmitNotification API call like below : Note: When i pass @ID instead of @email my recipient.firstname piped correctly. But the que...