Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Sanford Whiteman Here's what I have set up currently:Form with Google ReCAPTCHA promptTrigger for Filled Out Form which calls the webhookWebhook which passed ReCAPTCHA_Reponse to Google for verification. If success, the Marketo field ReCAPTCHA_Verified is set to 1.I've tested the above and it's work...
Coming back to this. Does the trigger on Data Value Changed live in a different program or the same program as Fill Out Form? Are you storing list state data (i.e. what list they need to be added to) in the event that you have multiple lists you want to add a lead to? Sanford Whiteman
Is your workflow possible within one program or does it require multiple programs in order to operate?If the latter, I'm thinking the first program is called when the user fills out the form and captcha (calling the Webhook). The second program would executes when the reCaptcha Success field is popu...
Found this thread about implementing Google's reCaptcha to Marketo forms (via https://nation.marketo.com/message/132824#comment-132824) and have some quick questions:1) When do you call the webhook that talks with Google reCaptcha's servers to verify the submission? In the program flow?2) Do you put...
We have a daily newsletter that we want to send via multiple versions of the same campaign within our program. Right now, we call the scheduleCampaign SOAP API call to execute the campaign, but it is difficult to get good statistics from each daily send.We would like to be able to clone a campaign v...