- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2024 08:35 AM
I need to send incident number, short description, and state value as object through event queue but i need to use these values inside the notification body at different places.
How can i do?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2024 07:54 PM
you can do that by creating multiple email script call them at different part of the email body
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2024 09:37 AM
you can store them values as object and pass them to the event params you can parse that object in the email script and use the template object to print them in the notification and you can call that email script in the notification
Hope this helps
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2024 10:05 AM
- Thanks for your inputs however what i am looking for is i don't want to call email script all together but want to use variables defined in email script in notification body.
Is there any anyway that we can do it?
What you did is you are printing them both at a time but i want to use them in different parts of email body.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2024 07:54 PM
you can do that by creating multiple email script call them at different part of the email body
Regards,
Chaitanya