Adobe Creative Cloud (Preview)
Connect to Adobe Creative Cloud to manage your assets. You can perform various actions such as create, get, and delete assets on Creative Cloud. You can also choose to be notified when an asset is added or updated on Creative Cloud.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Grp-CloudIntegration-Dev@adobe.com |
Connector Metadata | |
---|---|
Publisher | Adobe Inc |
Website | https://medium.com/adobetech/adobe-i-o-events-ms-flow-connector-and-or-flow-into-the-cloud-c79f5af59f32 |
Privacy policy | https://www.adobe.com/privacy/policy.html |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Copy asset |
This operation copies an asset to the destination asset path. |
Create a new asset |
This operation creates a new asset on Creative Cloud. |
Delete asset |
This operation deletes the asset at the given asset path. |
Get asset contents using asset id |
This operation gets the asset contents for the given asset id. |
Get asset contents using path |
This operation gets the asset contents for the given asset path. |
Get asset details using asset id |
This operation gets the asset details for the given asset id. |
Get asset details using path |
This operation gets the asset details for the given asset path. |
List all assets in folder |
This operation lists all assets in the given folder. |
Copy asset
This operation copies an asset to the destination asset path.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Source Asset Path
|
from | True | string |
Specify the path to the asset to be copied. |
Destination Asset Path
|
to | True | string |
Specify the destination path for the copied asset. |
Returns
- Body
- CreatedAssetDetails
Create a new asset
This operation creates a new asset on Creative Cloud.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Folder Path
|
path | True | string |
Specify the folder path where the asset will be created. |
Asset Name
|
name | True | string |
Specify the name of the asset. |
Asset Content
|
body | True | binary |
Specify the contents of the asset. |
Returns
- Body
- CreatedAssetDetails
Delete asset
This operation deletes the asset at the given asset path.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Asset Path
|
path | True | string |
Specify the path to the asset. |
Get asset contents using asset id
This operation gets the asset contents for the given asset id.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Asset ID
|
asset_id | True | string |
Specify the asset's unique id. |
Returns
- Asset Contents
- binary
Get asset contents using path
This operation gets the asset contents for the given asset path.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Asset Path
|
path | True | string |
Specify the path to the asset. |
Returns
- Asset Contents
- binary
Get asset details using asset id
This operation gets the asset details for the given asset id.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Asset ID
|
asset_id | True | string |
Specify the asset's unique id. |
Returns
- Body
- AssetMetadata
Get asset details using path
This operation gets the asset details for the given asset path.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Asset Path
|
path | True | string |
Specify the path to the asset. |
Returns
- Body
- AssetMetadata
List all assets in folder
This operation lists all assets in the given folder.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Folder Path
|
path | True | string |
Specify the path to the folder. |
Returns
- Body
- DirectoryListing
Triggers
When an asset is added |
This operation triggers when a new asset is added to Creative Cloud. |
When an asset is updated |
This operation triggers when an asset's contents are updated in Creative Cloud. |
When an asset is added
When an asset is updated
This operation triggers when an asset's contents are updated in Creative Cloud.
Returns
- Body
- EventSchema
Definitions
DirectoryListing
Name | Path | Type | Description |
---|---|---|---|
List of Assets
|
children | array of AssetMetadata |
The list of assets. |
CreatedAssetDetails
Name | Path | Type | Description |
---|---|---|---|
Asset ID
|
urn | string |
The unique id of the asset. |
Asset Name
|
name | string |
Name of the asset. |
Asset Path
|
path | string |
Path to the asset. |
Asset Link
|
link | string |
Browser link to the asset. |
AssetMetadata
Name | Path | Type | Description |
---|---|---|---|
Asset ID
|
urn | string |
The unique id of the asset. |
Asset Name
|
name | string |
Name of the asset. |
Asset Path
|
path | string |
Path to the asset. |
Asset Content Type
|
type | string |
The content type of the asset. |
Created At
|
created | string |
Timestamp from when the asset was created. |
Last Modified At
|
modified | string |
Timestamp from when the asset was last modified. |
Asset ETag
|
etag | string |
ETag of the asset. |
Asset Size
|
size | string |
Size of the asset. |
Asset Link
|
link | string |
Browser link to the asset. |
EventSchema
Name | Path | Type | Description |
---|---|---|---|
ID
|
event.activitystreams:object.xdmAsset:asset_id | string |
The unique id of the asset. |
Name
|
event.activitystreams:object.xdmAsset:asset_name | string |
Name of the asset. |
Content Type
|
event.activitystreams:object.xdmAsset:format | string |
The content type of the asset. |
Path
|
event.activitystreams:object.xdmAsset:path | string |
Path to the asset. |
binary
This is the basic data type 'binary'.