


Hi All,
Is there a way to get the personalized content of a sent delivery, for example an SMS, in a post processing workflow configured in the external account?
I am able to find in the delivery the unpersonalized content in the path [delivery/content/sms/source] but I need the final personalized content.
Is there an easy way to get that for each recipient contacted?
Thanks and kind regards,
Jose
Hi,
Ah, I've gotten this q so many times I just defaulted to scripted response. Yes, it's a challenge to get materialized messages; they're not available outside nms:deliveryPart afaik, and extracting them from there is non-trivial.
Thanks,
-jon
Hi,
Here are a few solutions I've seen, in descending order of personal preference:
Thanks,
-Jon
Hi Jon,
Thank you for your input.
I meant getting the personalized content in a post-processing workflow configured in the routing external account. I think i found a way to get this information by implementing a custom javascript connector configured in the connector tab of the external account.
In a post processing workflow configured in the external account I only get the delivery ID. So it might not be possible to get the personalized messages.
Kind regards,
Jose
Hi,
Ah, I've gotten this q so many times I just defaulted to scripted response. Yes, it's a challenge to get materialized messages; they're not available outside nms:deliveryPart afaik, and extracting them from there is non-trivial.
Thanks,
-jon