All,
Using the "Record Creation and Update Rule" facility in Dynamics 365 I have recently set up the automatic creation of Cases which are generated when an email is sent to our support@... email address. I would like to expand this type of facility to cover the wide range of other notifications / requests we get from customers and suppliers arriving via Email.
After reading the Blog article below, I think I better understand the process:
http://joegilldotcom.blogspot.com/2016/10/message-listener-with-no-code-json.html
I understand that I need to capture the JSON payload from within an Email, I need to set up name:value pairs in the Channel Properties part of the "Record Creation and Update Rule" section of the CRM settings. These then can be used to populate fields in CRM Entity's. What I do not quite get is:
- Do all emails have a JSON payload? None of the test ones I am sending into our system appear to have a payload.
- If yes to 1 above where is it normally carried, Subject or Body?
- To do this would I be beholding to those sending us the emails to alter their emails structure to include a JSON payload in a structured name:value pair?
- Can I reach in and grab values from the email Body or is it just the subject line?
- Is there a tool which can separate out /view the JSON payload of an email?
Any explanation as to the background of how this works would be helpful.
*This post is locked for comments