You are here:
Automate Processes in Automation Studio
Use an automation to start a process when specific criteria are met. For example, when a file is uploaded to the Enhanced SFTP, you can automatically run activities, like an import, a file transfer, or an email send.
To build an automation, you choose a starting source, which determines how the automation starts. Then you add the activities that occur when the automation runs. These activities can run sequentially or simultaneously.
When deciding whether to run activities sequentially or simultaneously, consider whether any steps are dependent on each other. If dependencies exist, those steps should be executed sequentially to ensure proper order and avoid errors. Running dependent steps simultaneously can lead to unexpected behavior or incorrect results.
You can choose from these starting sources.
- The schedule starting source starts an automation at specific intervals.
- The file drop starting source starts an automation when a file is uploaded to the Enhanced FTP.
- The trigger starting source starts an automation when a file is uploaded to an external location, such as AWS, Azure, or Google Cloud, and a Trigger API request fires.
For more information, review these topics.
- Automation Starting Sources
A starting source defines how an automation starts. You can schedule an automation to run at specific intervals or start an automation when a file is uploaded to the Enhanced FTP. Or, use a trigger to start an automation when a file is uploaded to an external location such as Amazon Web Services, Google Cloud Platform, or Microsoft Azure. - Advanced Run Once
Automation Studio includes options to schedule an automation, run it automatically when a file is dropped, or run an automation once. Use Advanced Run Once to run only a portion of an automation. - Run a Subset of Activities
To run specific automation activities in Automation Studio, click Run Once and then select the activities to run.

