How to pass 3 parameters in gs.eventqueue()

SSA1
Giga Expert

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

hi

after extracting the details from json object 

print them as below

 

//print results
template.print(firstName);
template.print(lastName);