BulkContactCreateResponse
createdintegerrequired
Number of contacts created.
updatedintegerrequired
Number of existing contacts updated.
failedintegerrequired
Number of contacts that failed to process.
errors object[]
Details of failed contacts.
Array [
indexinteger
Index of the failed contact in the request array.
emailstring
Email address of the failed contact.
messagestring
Error message.
codestring
Error code.
]
BulkContactCreateResponse
{
"created": 0,
"updated": 0,
"failed": 0,
"errors": [
{
"index": 0,
"email": "string",
"message": "string",
"code": "string"
}
]
}