Identity matcher

Anonymous
Not applicable

Identity matcher



Has anyone come across Buyer based on mulitple identities, such as email and Twitter ID, you can map data between them with the Identity Matcher. This can be very useful if you are interested in evaluating a contact, who you know by email address is there a function in Marketo that does a look up? -Thanks
Tags (1)
1 REPLY 1
Anonymous
Not applicable

Re: Identity matcher

A possible solution would be a custom server-side script to access Marketo SOAP API's getLead and then retrieve Twitter's details combining OAuth with Twitter's API.
https://dev.twitter.com/docs/api/1.1
http://oauth.net/
http://developers.marketo.com/documentation/soap/getlead/

The principle is also valid for other identities.

That would be an interesting feature request for the "Ideas" section.