Hi,Have the 'Update data' activity for nms:recipient output a transition, then connect it to a 2nd update activity for your custom table.The outgoing transition will have the pk's of the upserted nms:recipient rows to use for your custom table's recipient-id fk.If the relationship is the other way (...
Just host an iframe in Dynamics. I worked on a video showcasing this specific use case (Dynamics hosting Campaign reports, UI) for a conference booth last year. Activity logs shouldn't be synchronized over API if any other option is available.
Hi,The straightforward approach is to set it in the delivery template, 'list-unsubscribe' etc.Using a control typology can be preferable if you're in an environment where users can't be trusted, as part of a broader set of restrictions.Thanks,-Jon
Hi,Delivery and tracking information are aggregated in nms:delivery.Raw log tables have limited retention periods and shouldn't be directly used for reporting.Thanks,-Jon
Hi,Connector runs with libcurl in synchronous (single-thread, blocking) mode.You can run multiple workflows with connector in parallel, though this is not considered best practice.Thanks,-Jon