Is there any way to fetch a string / value from a incoming email?
Today I create a contact with name and emailAddress for every email that arrives. All emails arriving are sent from a stativ form and contains phone number, address etc.
So ideally I would like to get the values for each and add it to the contact. A message would usually look something like this:
Phone: 12345678
Address: Examplestreet 4076
Country: Examplecountry
Subject: somesubject
Message: some message
I'm using the BPM flowchart now. But if needed I could use a workflow as well.
Today I create a contact with name and emailAddress for every email that arrives. All emails arriving are sent from a stativ form and contains phone number, address etc.
So ideally I would like to get the values for each and add it to the contact. A message would usually look something like this:
Phone: 12345678
Address: Examplestreet 4076
Country: Examplecountry
Subject: somesubject
Message: some message
I'm using the BPM flowchart now. But if needed I could use a workflow as well.
Comment