ContactBatchResult
results object[]
Array [
indexinteger
statusstring
Possible values: [created, updated, skipped, failed]
contactIdstring
reasonstring
Why the row failed or was skipped: the validation message, exists, contact_limit_reached, conflict_retry, or kept_opt_out on an update that kept the opt-out.
fieldstring
Example:
phone]
summary object
createdinteger
updatedinteger
skippedinteger
failedinteger
ContactBatchResult
{
"results": [
{
"index": 0,
"status": "created",
"contactId": "string",
"reason": "string",
"field": "phone"
}
],
"summary": {
"created": 0,
"updated": 0,
"skipped": 0,
"failed": 0
}
}