A customer wants to reusable way to personalize batch targeted emails using information available in real time from an external system based on a Recipient attribute.
Which approach should the Architect use?
Correct Answer: A
Configure a urlPermission node for the external service, configure a Javascript activity calling external service for each temp table record. Write to worktable attribute. Use targetData syntax to insert into the delivery, and save the workflow as a template. This approach will allow them to configure a urlPermission node for the external service, and then use a Javascript activity to call the external service for each temp table record. The returned value can then be written to a worktable attribute, and the targetData syntax can be used to insert the value into the delivery. Finally, the workflow can be saved as a template for future reuse.