


Hello!
We have a Telemarketing channel and external account setup and it is of Delivery Mode = Bulk delivery
We have a JS connector to the external account:
function processDeliveryPart (deliveryPart) {
var msgs = <messages successOnSent="true"/>;
for each( var msg in deliveryPart.message ) {
msgs.appendChild(<message
id={msg.@id}
status="1" />);
}
return msgs;
}
//-----------------------------------------------------------------------------
// Useless here, but needed by Neolane
//-----------------------------------------------------------------------------
function getStatus (xml) {
var msgs = <messages/>;
return msgs;
}
//-----------------------------------------------------------------------------
// Useless here, but needed by Neolane
//-----------------------------------------------------------------------------
function getMessages (xml) {
var msgs = <messages/>;
return msgs;
}
Most of the time we get the error in the broadLog as below:
I have referred a similar thread but, that did not help me. May be I have missed something:
And a blog as well:
https://blog.amplexor.com/adobe-campaign-going-strong-custom-communication-channels
Could you please help me out to find a solution of if you have come across such scenario then please point me out in the right direction.
Thank you,
Anoop
Views
Replies
Sign in to like this content
Total Likes
Hi,
Set providerId={msg.id} in <message/>?
Thanks,
-Jon
Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Sign in to like this content
Total Likes