[SalesForce] How to run multiple automation studio jobs in parallel

I've built a welcome series in Automation Studio that sends an initial email, waits 3 days and fires off the 2nd email and finally waits another 7 days before firing off the final email.

If I put a csv file into my enhanced FTP location, the file gets picked up and Automation Studio starts running the automation.

When I add another file, the automation shows up in Automation Studio as queued while it is waiting on the original automation to run. Surely I'm doing something wrong as having to wait 10 days for an automation to complete before the next one starts seems somewhat flawed.

I looked at the API examples here however it appears that you can only trigger an automation, not pass information into Automation Studio.

Is anyone able to give me some insight into how to create a welcome series in Automation Studio where it can be triggered per customer without a 10 day queue time each?

Best Answer

You are describing one of the primary use cases for Journey Builder. Unfortunately, you don't have that in Automation Studio.

If you don't want to use JB, you should use the copy function within Automation Studio and make 7 copies. You would probably want to make 7 copies of the Data Extensions and not mix the data, or make data compilation the last step on day10.

Good luck!

Related Topic