[SalesForce] Synchronized Data Extensions in Journey Builder

I have created a synchronized data extension which is pulling data from the leads object.

I want to use the same data extension in Journey builder but I am not getting the option to use synchronized data extensions.

Best Answer

From my understanding you can not reference a synchronized data extension directly to be used as an entry event in a Journey.

You must create an SQL activity that outputs the relevant data from the lead object to a sendable data extension to be used in a journey.

Depending on what you are trying to achieve, using a Salesforce Data Event as your entry event might be what you are looking for.

Hope this helps.

Related Topic