How to get user info in inbound email action script?
With inbound email actions all the wiki information suggests doing something such as: current.caller_id = gs.createUser(email.from); This is great because it assigns the incident to the user the email came from. What about additional user contact...