Creating Leads from incoming emails | Community
Skip to main content
October 29, 2013
Question

Creating Leads from incoming emails

  • October 29, 2013
  • 2 replies
  • 1074 views
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?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

October 29, 2013
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 
October 29, 2013
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.