Hi All,
For any Goldcast users out there, has anyone successfully copied data from a Goldcast Event User Engagement Activity into a Marketo Lead field? Specifically, we are trying to copy the questions users ask during a webinar into a "Marketing Notes" field. Normally, I'd use a trigger token to achieve this, but Custom Activities (such as the Goldcast one) are not supported. Any ideas on how to achieve this would be greatly appreciated.
I'd do something like have a triggered smart campaign on the custom activity type. In that campaign I'd call a webhook (I'd use FlowBoost for this). In the webhook, I'd make an API call back into Marketo for the lead record getting all their custom activities of the appropriate Goldcast type (and timeframe?), and then return that as the result of the webhook, and map it to your marketing notes field.