How to pass 3 parameters in gs.eventqueue()
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2021 08:41 PM
Hi,
I have a scenario where from inbound action to notification I need to pass 3 parameters.
email.subject
email.origemail
sender's name
When I write it like below. It's not working. How can I pass this. Any help will be highly appreciated!
gs.eventQueue("incident.autoreply", current,email.subject,email.origemail,"Sender's name");
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2021 12:42 AM
hi
after extracting the details from json object
print them as below
//print results
template.print(firstName);
template.print(lastName);