How to read an e-mail in a process

Hi,

I am creating a process for registering new contacts based on an e-mail body. The contact information is different from the sender information.

How could I read the e-mail body inside a process?

Thanks,

Frederick

 

Like 0

Like

1 comments

Dear Frederick,

You can enable the system setting responsible for creating new contact for incoming emails - Automatically create new contacts for unknown email addresses.

In case you need to read the email body you can use Read Data element filtering the records by Type=Email and selecting the Body as a column for reading. But you wan't be able to select what exactly to read from body in this case.

You can also develop your own parsing of email body, but it requires major developing. 

With best regards,

Oliver Wingston

Show all comments