Blocks
Adobe Creative Cloud
Access Adobe Creative Cloud libraries and assets
Integrate with Adobe Creative Cloud to manage libraries, access assets, and automate creative workflows. Work with assets from Photoshop, Illustrator, and other Adobe apps using OAuth 2.0 authentication.
Block Preview
Adobe Creative Cloud
Access Adobe Creative Cloud libraries and assets
Usage
- Add the block to your workflow and connect it to the upstream step.
- Connect the required credentials or OAuth provider before running.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the adobe_creative_cloud block with monitoring enabled in production.
Inputs (UI)
Adobe Account
oauth-inputPlaceholder: Select Adobe account
Layout: full
Provider: adobe
Operation
dropdownLayout: full
Options: List Libraries, Get Library, List Library Elements, Get Element
Library ID
short-inputPlaceholder: Enter library ID
Layout: full
Condition: operation = ["get_library","list_elements","get_element","create_element","delete_element"]
Element ID
short-inputPlaceholder: Enter element ID
Layout: full
Condition: operation = ["get_element","delete_element"]
Element Name
short-inputPlaceholder: Enter element name
Layout: full
Condition: operation = "create_element"
Element Type
dropdownLayout: full
Condition: operation = "create_element"
Options: Color, Character Style, Graphic, Layer Style
Element Data (JSON)
codePlaceholder: {"mode": "RGB", "value": {"r": 255, "g": 0, "b": 0}}
Layout: full
Condition: operation = "create_element"
Inputs (API)
credential
stringRequired
operation
stringRequired
libraryId
stringOptional
elementId
stringOptional
elementName
stringOptional
elementType
stringOptional
elementData
jsonOptional
Outputs
Primary response type:
{
"data": "json"
}