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.

Back to Catalog
Toolsadobe_creative_cloud

Block Preview

Adobe

Adobe Creative Cloud

Access Adobe Creative Cloud libraries and assets

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Connect the required credentials or OAuth provider before running.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the adobe_creative_cloud block with monitoring enabled in production.

Inputs (UI)

Adobe Account

oauth-input

Placeholder: Select Adobe account

Layout: full

Provider: adobe

Operation

dropdown

Layout: full

Options: List Libraries, Get Library, List Library Elements, Get Element

Library ID

short-input

Placeholder: Enter library ID

Layout: full

Condition: operation = ["get_library","list_elements","get_element","create_element","delete_element"]

Element ID

short-input

Placeholder: Enter element ID

Layout: full

Condition: operation = ["get_element","delete_element"]

Element Name

short-input

Placeholder: Enter element name

Layout: full

Condition: operation = "create_element"

Element Type

dropdown

Layout: full

Condition: operation = "create_element"

Options: Color, Character Style, Graphic, Layer Style

Element Data (JSON)

code

Placeholder: {"mode": "RGB", "value": {"r": 255, "g": 0, "b": 0}}

Layout: full

Condition: operation = "create_element"

Inputs (API)

credential

string

Required

operation

string

Required

libraryId

string

Optional

elementId

string

Optional

elementName

string

Optional

elementType

string

Optional

elementData

json

Optional

Outputs

Primary response type:

{
  "data": "json"
}

Tool Access

adobe_cc_api
Adobe Creative Cloud | NowFlow Blocks