Skip to main content
February 26, 2015
Question

Sales contact form and lead scoring

  • February 26, 2015
  • 4 replies
  • 1027 views
Hi,

My client has a sales contact form on their site. Any time someone completes the form, a sales alert is triggered.

We recently implemented lead scoring for the client. When a leads crosses the MQL threshold of 50, a sales alert is triggered. In our system, completing the sales contact form earns a lead 30 points.

We want to prevent sales from receiving two alerts: one for completing the sales contact form and another for exceeding the MQL threshold.

What I've done to the MQL threshold sales alert is to prevent an alert from being sent if the lead completed the sales contact form in the last 30 days. I want to make sure that older leads who may have completed the sales contact form previously can still be sent to sales if they've engaged with the site or with email recently.

Have I chosen the best method for resolving the issue? Any thing else that I should consider implementing to avoid triggering two alerts to sales? I've considered not scoring a lead for completing the sales contact form, but I don't think that's the right solution.

Thanks for your help!
Tara
 
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

4 replies

February 26, 2015
You can add a constraint for the MQL alert that said "if email [contact alert] is not sent, then send MQL alert."

Instead of sending an alert, another option is to just send a task for follow up to your CRM system. 
February 26, 2015
Thanks Kara!

Do you know if the constraint applies to the current instance only? In other words, if a lead completed the sales contact form weeks ago and an alert was sent then, will it prevent the MQL alert from being sent now if the score changes?

Thanks again,
Tara
February 26, 2015
There isn't a time constraint if you use the logic I suggested. Marketo would just look to see if that particular email was sent at any time. As long as you have used the same alert email the entire time, you should be fine. 
February 26, 2015
Thanks again, Kara.