-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
Hi,
I'm using POST: /rest/v1/leads.json with
$lookupField = email
$action = createOrUpdate
data:
[
{
email: a@a.ca,
firstName: Jacob
},
{
email: b@b.ca,
firstName: Dani
}
]
and here is an example of my response:
{
"requestId": "1ddd0#1fd5f0ssss64d",
"result": [
{
"id": 514,
"status": "updated"
},
{
"status": "skipped",
"reasons": [
{
"code": "1007",
"message": "Multiple lead match lookup criteria"
}
]
}
],
"success": true
}
is there a way to add the email to the response results using marketo api?
Metadata
Metadata
Assignees
Labels
No labels