Hi,
I am using the 'Create Transaction Contacts Import' API to import a contact and getting an error "must provide at least 1 valid contact". I have the batch ID and the parameters in the JSON. Thanks.
{
"transactionMeta": {
"batchId": "-------",
"fields": l
"string"
]
},
"contacts":
{
"firstName": "Larry",
"lastName": "Wang",
"email": "larry@gmail.com",
"phone": null,
"extRef": "13093190",
"language": null,
"unsubscribed": true,
"transactionData" : {}
}
]
}
Page 1 / 1
I had a similar issue and resolved it by
...
"fields":
""
]
...
"transactionData" : {"":""}
...
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.