Streamlining creative asset management and utilization from Adobe Workfront to Marketing Cloud using ACP.
workfront_query_projects
(or similar): To find projects or tasks.workfront_list_documents
(or similar): To list documents/assets associated with a project or task.workfront_get_document_details
: To retrieve metadata about an asset.workfront_download_document
: To download an asset.workfront_get_asset_public_url
(if available/applicable): To get a direct link to an asset.mce_upload_asset_to_content_builder
(or similar): To upload assets into MCE Content Builder.mce_create_content_block
(if creating specific blocks from assets): To create reusable content blocks.mce_update_email_with_asset
: To incorporate the asset into an email template.genai_create_image_variant
: To generate variations of an image.genai_summarize_text
: To create shorter copy from longer text assets.workfront_query_projects
or a dedicated “approved assets” tool) for newly approved assets.workfront_list_documents
to find the specific asset(s) based on project name, task, or approval status.workfront_download_document
(or workfront_get_asset_public_url
) to retrieve the asset.genai_create_image_variant
could be used to create versions for different social media platforms. Or, if a long product description is retrieved, genai_summarize_text
could create a shorter version for an email.mce_upload_asset_to_content_builder
to upload the (potentially transformed) asset into Marketing Cloud Content Builder.mce_create_content_block
to create a specific content block (e.g., an image block) using the uploaded asset.