for example when doing the following process
- create leads
- associate leads to list
on create a list of 100 leads, a response of {mkto-id, status} is returned for each created lead (100 in this example). this mkto id has no association with my local list - save for the position in the response list related to the position in my lead list on request. This then requires to associate that response id to my local lead by position alone - which gives no peace of mind.
if the email is returned with id and status {mkto-id, email, status}, I then have an intuitive association between my local list and the returned mkto response - mapped on email.
in the scenario when there is a single lead on create request, this wouldnt be so necessary, as the response would only return a single id with status; however, if you return the email for a list - you might as well do the same for a single item.
brainstorming *