Created
July 15, 2015 21:23
-
-
Save ronnieduke/8082fc4d9fa9e29b7060 to your computer and use it in GitHub Desktop.
Marketo Munchkin associateLead with company
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
mktoMunchkinFunction('associateLead', | |
{ | |
Email: "[email protected]", | |
FirstName: "John", | |
LastName: "Doe", | |
Company: "Acme" | |
}, | |
'{hashed key}' | |
); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment