Automation Studio API
1.0
Manage and execute multi-step marketing and data management activities on an immediate, triggered, or scheduled basis using automations.
This table lists the use cases that the API supports.
| Supported Use Case | HTTP Verb | URI |
|---|---|---|
| Get automations | GET | automation/v1/automations |
| Create an automation | POST | automation/v1/automations |
| Get an automation | GET | automation/v1/automations/{id} |
| Execute automation activities | POST | automation/v1/automations/{id}/actions/runallonce |
| Update an automation file trigger | PATCH | automation/v1/automations/filetrigger/{id} |
| Update an automation file trigger by key | PATCH | automation/v1/automations/filetrigger/key:{key} |
| Execute automation activities by key | POST | automation/v1/automations/key:{key}/actions/runallonce |
| Execute triggered automation | POST | automation/v1/automations/trigger |
| Update automation trigger | PATCH | automation/v1/automations/trigger/{id} |
| Get trigger status | GET | automation/v1/automations/trigger/status/{requestId} |
| Get file transfer activities | GET | automation/v1/fileTransfers |
| Create file transfer activity | POST | automation/v1/fileTransfers |
| Delete file transfer activity | DELETE | automation/v1/fileTransfers/{fileTransferActivityId} |
| Get file transfer activity | GET | automation/v1/fileTransfers/{fileTransferActivityId} |
| Update file transfer activity | PATCH | automation/v1/fileTransfers/{fileTransferActivityId} |
| Start file transfer activity | POST | automation/v1/fileTransfers/{fileTransferActivityId}/start |
| Get automation folders | GET | automation/v1/folders |
| Get FTP locations | GET | automation/v1/ftpLocations |
| Get automation script activities | GET | automation/v1/scripts |
| Execute script activity | POST | automation/v1/scripts/{ssjsId}/start |
Append the operation endpoint addresses to this base URL, replacing {subdomain} with the unique subdomain for your Marketing Cloud Engagement tenant:
https://{subdomain}.rest.marketingcloudapis.com
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!