Re: Creating Leads from incoming emails

Anonymous
Not applicable

Creating Leads from incoming emails

Is there a way to integrate Marketo in such a way that when an email is sent to a specific email inbox such at sales@company.com that Marketo can automatically grab the email address the incoming email is coming from, and create a lead?
Tags (1)
2 REPLIES 2
Anonymous
Not applicable

Re: Creating Leads from incoming emails

Unfortunately this isn't currently possible with Marketo, feature wise.  However, you can always look into working with your development team to capture these emails and pass them in using the API.  

Here are a list of ways that leads can currently get in Marketo: http://community.marketo.com/MarketoArticle?id=kA050000000KzSO 
Anonymous
Not applicable

Re: Creating Leads from incoming emails

Using MailParse functions in PHP to parse the email content and using Marketo API to create lead will work. But that will involve custom coding.