Preview Notification v/s. Notification triggered from eventQueue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 07:37 AM
Hi All,
A notification which is getting triggered from an eventQueue is unable to populate the variables although Previewing it is picking up the variable values.
Any idea what is missing?
Thanks and Regards,
Saurabh Chatterjee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 07:59 AM - edited 07-25-2023 08:01 AM
Hello @chatsaurav19
Greetings!
you can try checking if you got the data or not by preview the HTML body using the related link in the email is generated. (you can bring that related link in the form if it is visible).
can you please provide the event script you used as well.
Please mark my answer correct if it helps you
Kind Regards,
Ravi Chandra.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 09:31 AM
Hi Ravi,
Yes the data looks like:::
</head><body><p>Hi ,</p> <p>The Projected Hire Date for Role ID: has been future dated to : .</p> <p>Thanks & Regards,</p> <p> </p>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 09:41 AM
Hello @chatsaurav19
I mean please provide the script used to generate the event and also the notification content which you used
Kind Regards,
Ravi Chandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 09:46 AM
The script is :
gs.eventQueue('Notify Hiring Manager on PHD Change', current, hiringManagerEmail);
The notification content looks like :
Thanks and Regards,
Saurabh Chatterjee