Store a Second Email Address for a Lead

February 20, 2015 | by

Let’s say you want to change a lead’s score in Marketo using the APIs. This is possible to do with the REST API using the Create/Update Lead endpoint.

If you want to store more than one email on a lead record, you would need to create a custom field, and store the second email there. Here is a help article with more information:

Below is a code sample in Ruby that shows how to make this call.