Skip to main content
Nintex Community Menu Bar
Question

Passing contact record to email alert

  • July 11, 2024
  • 2 replies
  • 4 views

Forum|alt.badge.img+6

I am using the action to create an email alert. AWESOME feature! My email alert is using a Visualforce email template. I am passing the contact ID to the email alert but I am not seeing the email template receive it. Why?

I am receiving this in the email. "Recipient: "

is it because I am also using relatedToType?

Peter

2 replies

Forum|alt.badge.img+6

Also, I tried removing relatedToType=“Account” and got the same result. And I tried hardcoding the ID I am passing to be absolutely sure nothing stupid is going on.


Forum|alt.badge.img+6

I ended up creating an Invocablemethod that sends an email to get around this.