Hi community,
we are developing our app cloud and we reach a good point in the development, we receive create, notify and so forth.
We have just a little issue related to the import process of some contacts during the process.
When we try to start an import process calling the following url:
POST: https://www02.secure.eloqua.com/API/Bulk/2.0/contacts/imports
passing the following json:
{
"name" : "Import Test"
"fields": {
"emailAddress": "{{Contact.Field(C_EmailAddress)}}",
"customId": "{{Contact.Field(C_ID1)}}"
},
"syncActions":[{
"destination":"{{ActionInstance(874d617d-edc4-4a4b-83e1-848a3836ecd5)}}",
"action":"setStatus",
"status":"complete"
}],
"identifierFieldName":"customId",
}
nothing happen. If we try an add action on a shared list it work perfectly, so could be that for some reason there is a problem in our call if we would like to use a syncAction.
Or may be that the ActionInstance is a problem.
Could anyone help?
Thanks in advance,
Alessandro Negro