Hi All,
Hope your doing well,
We have a email alert being sent to our inside sales whenever we have new MQL.
My question is: Is there a way for the inside sales to change the lead status without opening salesforce/marketo?
For example just a link that they will click inside the email and the stage will automatically change to SAL?
Or that if they click a call to action the lead will be part of a list and will just create an smart campaign to change them?
Thanks
Solved! Go to Solution.
My thought process goes like this:
It will capture whichever email address you use as the parameter. do remember to clear cookies upon submit in your code so that the lead owner does not get cookied as that lead forever.
Let's say, this is your link: http://www.marketo.com/?email={{lead.email address}}
Then, your form populates the email address field with the parameter and submits it. If that email is the email of your lead, it should be logged to that lead.
You can probably do this by building in a link with custom parameters that directs them to a blind form submit, which in turns updates the lead record via that blind form submit or triggers a campaign to execute a lead status change.
Hi Jim,
Thanks for your quick response, But If i do that will it capture the information of the receiver of the email( LEad owner) or the information of the lead (MQL).
Thanks
My thought process goes like this:
It will capture whichever email address you use as the parameter. do remember to clear cookies upon submit in your code so that the lead owner does not get cookied as that lead forever.
Let's say, this is your link: http://www.marketo.com/?email={{lead.email address}}
Then, your form populates the email address field with the parameter and submits it. If that email is the email of your lead, it should be logged to that lead.
Hi Jim,
This is interesting. So you mean I will create a landing page with blind form? But how to make a custom parameter of email address?
ITs my first time to hear that apologies for my ignorance
Thanks
To make a custom link with a custom parameter of email address would look like what I shared above: http://www.marketo.com/?email={{lead.email address}}
Hi Jim
I created a link to my email so its http://www.connect.ourdomain/nameoflandingpage.html?email={{lead.email address}}
and it dirrected me to the landing page with blind form but It capture my email instead of lead email address.
Thanks
Ron
yeah, i suppose that's true.
They could do this if you had a trigger where
if Clicks Link in Email = X (or CONTAINS...)
then Lead Status=Y
but this leads to bad behavior because the Salesperson won't really look at the lead and take action. It will inflate your #s.
Hi Josh,
Thanks for your quick response.
The email notification that we are sending our inside sales have the information of the lead so I expect them to call before making action. Is it possible to put at end of email a link like call to action which says. Click this if you accept to work on lead.
Thanks