I need assistance with creating a Contact based on the From email address of an incoming email. I import emails into projects and want to create a Contact based on that From email address using a workflow. Specifically, I want to ensure that:
- When an email is imported (inbound email), SuiteCRM should check if a Contact with the same email address already exists.
- If no Contact exists, a new Contact should be created.
- The Email Address should be set to the From address of the imported email.
Can this be accomplished through workflow?