Retrieving CDOs in Contact AppCloud Notifications
Hello,
Can somebody confirm whether it's possible to request CDO values inside notifications for contact campaigns/programs?
Here's the DTO which seems syntactically correct:
{
"recordDefinition": {
"ContactID": "{{Contact.Id}}",
"C_EmailAddress": "{{Contact.Field(C_EmailAddress)}}",
"City": "{{CustomObject[9].Field[169]}}"
},
"requiresConfiguration": false
}
However - when we receive it the "City" parameter (or anything similar) just has "1" instead of a value.
It would help the efficiency hugely if we could get these in one pass. (Doesn't even seem to be an efficient way to get the linked CDO data via. bulk API).
@Lou Patrick or team could you confirm this?
Thanks
Sam
0