Populating an email with custom object data that was triggered by a custom object data update.
Hello,
Marketo has a new feature that allows you to trigger an action based off of a custom object change. Trigger Off Custom Object Changes - Marketo Docs - Product Docs
I need to populate a triggered email with the custom object data specific to the custom object change. Normally, you can use $!{TriggerObject.CDOField} to populate triggered campaigns, but according to Marketo Support, velocity script does not work with custom object changes at this time. Is there a workaround where I can pull specific fields from the CDO record that triggered the campaign?
Thanks!