Rest API | How to update multiple leads with a same Email address.
I am currently developing the Marketo integration for our service, and there is one requirement that I cannot fulfill. I have a question regarding the Upsert request for Rest API.
In the leads on the instance, there are multiple people with the same email. When I make an Upsert request via the Rest API, specifying that email (as described in the request documentation below), I expect to receive the following response: Lead Upsert Request: Link to the documentation
status: skipped
error_code: 1007
message: Multiple lead match lookup criteria
This response indicates that multiple leads have been matched, and I am unable to perform the update. I would like to know if there are any API options or other requests that would allow me to update just one of the matched leads. Alternatively, is it possible to update all the matched leads?
I am in a hurry and eagerly await your response.