Resolved! How to attach whole email as a attachment to the record in inbound action
Hi, I have a issue when trying to attach the email as an attachment to the record in inbound action. Please someone guide me for this. var strEmailContent = email.content_type +"\n"+ email.headers + "\n\n\n\n"+ email.body; var sa = new GlideSysAt...
