Skip to content

Bulk push returns Marketo API ids #13

Description

@jbs321

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions