Error 1007 : Multiple lead match lookup criteria | Community
Skip to main content
New Participant
December 6, 2022
Solved

Error 1007 : Multiple lead match lookup criteria

  • December 6, 2022
  • 1 reply
  • 2122 views

Hello Dev community,

We have encountered that one of our customer that our Marketo integration have multiple leads with same email Id, now we wan't to sync data from our platform to marketo , only lookup field we have is emailId. The api is returning status as "skipped" with error code 1007 and message

{
    "requestId": "17f38#184e1787787",
    "result": [
        {
            "status": "skipped",
            "reasons": [
                {
                    "code": "1007",
                    "message": "Multiple lead match lookup criteria"
                }
            ]
        }
    ],
    "success": true
}

Is there any cleaner way of doing this i.e. passing a param in request which updates this for all the leads matching lookup field criteria.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

Please show the JSON request, not just the response.


Is there any cleaner way of doing this i.e. passing a param in request which updates this for all the leads matching lookup field criteria.

There are no API methods that update more than one lead using the same lookup field value.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
December 6, 2022

Please show the JSON request, not just the response.


Is there any cleaner way of doing this i.e. passing a param in request which updates this for all the leads matching lookup field criteria.

There are no API methods that update more than one lead using the same lookup field value.