Inbound email action case creation
I have created 1 inbound email action which is currently checking if the user is an external one and setting the opened for and opened by as guest. The piece of code is as follows:-current.priority = 3;var bodyText = email.body_text;if (!bodyText) ...
