Automation Studio API
Marketers and developers use Automation Studio in Marketing Cloud to perform multi-step marketing and data management activities on an immediate, triggered, or scheduled basis.
You can use the Automation Studio REST APIs to:
- Initiate marketing automations.
- To upload, download, decrypt, compress, and decompress files.
Supported Use Case | HTTP Method | Resource |
---|---|---|
Retrieve File Transfer Locations | GET | /data/v1/filetransferlocations/ |
Retrieve a summary of multiple File Transfer Activities | GET | /automation/v1/fileTransfers/ |
Retrieve detailed information on a single File Transfer Activity | GET | /automation/v1/fileTransfers/{FileTransferId}/ |
Create a new File Transfer Activity | POST | /automation/v1/fileTransfers/ |
Delete a File Transfer Activity | DELETE | /automation/v1/fileTransfers/{FileTransferId}/ |
Perform a File Transfer Activity asynchronously | POST | /automation/v1/fileTransfers/{FileTransferId}/start/ |
Update a File Transfer Activity | PATCH | /automation/v1/fileTransfers/{FileTransferId}/ |
Supported Use Case | HTTP Method | Resource |
---|---|---|
Start an automation by posting a file’s details for evaluation by Automation Studio. | POST | /automation/v1/automations/trigger |
Get the status of a specified Trigger API requestID | GET | /automation/v1/automations/trigger/status/{requestID} |