A 1 page submit form. The form submits back to a controller. On success we
- munchkin track viewpage
- associateLead
On success we push to Marketo; however, how am I assured that Marketo received all my leads? I should be able to somehow say - {if marketo success: continue; else: log} - either on the Marketo Side* or on my application side.
With this i can periodically check the logs and see: Jon Doe was not entered. With that I can then retry Jon Doe. Since the email is unique, possibly email should be a key instead of the full name. With this, we can continue to automate the system:
Get all errors.
For each errors:
Resubmit lead by email address