# Widen integrations

> Connect Widen Collective to your marketing, creative, and commerce tools to stop manually moving assets and keep content in sync across every channel.

**Canonical page:** https://tray.ai/connectors/widen-integrations/
**Categories:** Marketing, Digital product design
**Documentation:** https://tray.ai/documentation/connectors/service/widen

## Overview

Widen Collective is an enterprise DAM platform used by marketing and creative teams to store, organize, and distribute brand assets at scale. Integrating Widen with your broader tech stack — your CMS, ecommerce platform, PIM, or project management tools — removes the bottleneck of manually exporting and uploading assets so the right version of every file reaches the right system automatically. With tray.ai, you can build event-driven workflows that react to asset uploads, metadata changes, approvals, and expiration events inside Widen and trigger downstream actions across your entire marketing stack.

## Use cases

### Automated Asset Distribution to CMS and Web Platforms

When a new approved asset is uploaded or a collection is published in Widen, automatically push the asset URL, metadata, and renditions to your CMS (WordPress, Contentful, Sitecore, etc.) or web platform. Your website always references the latest approved brand assets without manual downloads or uploads.

- Eliminate manual asset handoffs between the DAM and content teams
- Only approved, current assets get published to web properties
- Widen metadata fields map automatically to your CMS content schema

### Product Content Sync with PIM and Ecommerce Platforms

Sync Widen product images, spec sheets, and lifestyle photography directly to your PIM (Akeneo, Salsify) or ecommerce platform (Shopify, Salesforce Commerce Cloud) whenever assets are updated or new SKUs are linked. Product listings stay visually current without pulling the DAM team into every catalog update.

- Reduce time-to-publish for new product launches by automating image delivery
- Maintain consistent product imagery across retail and DTC channels
- Trigger PIM updates automatically when Widen asset metadata changes

### Creative Workflow and Project Management Integration

Connect Widen to project management tools like Asana, Wrike, or Monday.com so that when a creative asset is uploaded and approved in Widen, related tasks are automatically marked complete, stakeholders are notified, and the next stage of the workflow kicks off. No more manual status updates slowing down creative operations.

- Close the loop between DAM events and creative project tracking automatically
- Reduce status-update meetings by surfacing asset readiness in project tools
- Notify reviewers and stakeholders via Slack or email the moment assets are ready

### Asset Expiration and Rights Management Alerting

Monitor Widen assets for upcoming expiration dates or usage rights changes and automatically alert legal, marketing, or agency teams via email or Slack. Create tasks in your project management tool to renew licenses or replace expired assets before they cause compliance issues.

- Avoid costly brand or legal issues caused by expired licensed assets
- Surface expiring assets weeks before they become a problem
- Automatically archive or unpublish assets in downstream channels upon expiration

### Marketing Campaign Asset Packaging and Delivery

When a marketing campaign is approved in your campaign management or project tool, automatically pull the relevant collection of assets from Widen and deliver them to ad platforms (Facebook Ads, Google Ads), email platforms (Marketo, HubSpot), or agency partners via formatted links and download packages.

- Cut campaign launch prep time by automating asset delivery to channel platforms
- Ensure agencies and media buyers always receive the correct campaign assets
- Package and send Widen collections automatically based on campaign metadata

### New Asset Ingestion and Metadata Enrichment

When new assets arrive in Widen from creative teams, automatically trigger enrichment workflows that apply AI-generated tags, populate custom metadata fields from linked product or campaign records, and move assets into the correct collection — without requiring DAM administrators to manually classify every file.

- Accelerate asset findability by automating metadata tagging at ingestion
- Reduce DAM admin overhead by eliminating manual collection organization
- Connect upstream creative tools (Adobe Creative Cloud, Frame.io) to feed assets directly into Widen

### Analytics and Usage Reporting Across Channels

Aggregate Widen asset usage and engagement data alongside marketing performance metrics from your analytics stack. Push Widen download counts, share links, and embed activity into BI tools like Tableau or Looker so teams can see which assets actually drive engagement and make smarter content investment decisions.

- Connect DAM usage data to campaign outcomes to understand ROI on creative content
- Automate weekly asset performance reports delivered to marketing leadership
- Identify unused or underperforming assets for archival or refresh decisions

## Templates

### Widen Asset Approved → Publish to Contentful CMS

Listens for an asset approval event in Widen, retrieves the asset's CDN URL and metadata, transforms field mappings, and creates or updates the corresponding entry in Contentful automatically.

Connectors used: Widen, Contentful, Slack

### Widen Product Image Sync to Shopify

When a product asset in Widen is updated or a new product image collection is published, automatically sync images to the corresponding Shopify product listing so storefronts stay current without manual uploads.

Connectors used: Widen, Shopify, Google Sheets

### Widen Asset Expiration Alert and Archival Workflow

Polls Widen daily for assets with expiration dates within the next 30 days, sends alerts to the appropriate owner via Slack or email, creates a renewal task in Asana, and archives the asset upon expiration.

Connectors used: Widen, Asana, Slack, SendGrid

### New Creative Brief in Asana → Notify DAM Team and Create Widen Collection

When a new creative campaign brief in Asana reaches an 'In Progress' state, automatically create a corresponding collection in Widen, notify the DAM manager, and scaffold the folder structure for incoming assets.

Connectors used: Asana, Widen, Slack

### Widen Asset Upload → Enrich Metadata via AI and Tag Automatically

When a new asset is uploaded to Widen, send the image to an AI vision API to generate descriptive tags and alt text, then write those values back to Widen's custom metadata fields to improve searchability without manual tagging.

Connectors used: Widen, OpenAI, HTTP Client

### Campaign Launch in HubSpot → Auto-Deliver Widen Assets to Campaign

When a new campaign is activated in HubSpot, search Widen for the matching campaign asset collection and automatically attach CDN asset URLs to the HubSpot campaign record so content and email builders can access them without leaving HubSpot.

Connectors used: HubSpot, Widen, Slack

## Challenges Tray.ai solves

### Widen API Authentication and Token Management

Widen's API uses bearer token authentication, and managing those tokens across integrations gets messy fast. Teams building custom integrations often run into trouble with token storage, rotation, and passing credentials securely between workflow steps — particularly when multiple teams or services need API access.

**How Tray.ai helps:** tray.ai's secure credential store handles Widen API token management centrally. Tokens are encrypted at rest, shared across workflows without exposing secrets, and can be updated in one place when rotated — so you're not hunting down hard-coded credentials when something breaks.

### Mapping Widen's Flexible Metadata Schema to Downstream Systems

Widen lets you build highly customized metadata schemas, and those custom fields vary a lot between organizations. Mapping them to a CMS, PIM, or ecommerce platform's schema is tedious to build and even more tedious to maintain when either side changes.

**How Tray.ai helps:** tray.ai's visual data mapper lets you build field transformations between Widen's custom metadata structure and any target system schema without writing code. Conditional mappings, value lookups, and format transformations are all handled inline, so schema changes don't mean starting over.

### Handling Large Asset Collections and Paginated API Responses

Enterprise Widen accounts can hold thousands of assets, and API queries return paginated results. Integrations that don't account for pagination miss assets or fail quietly — and incomplete syncs erode trust in the whole integration over time.

**How Tray.ai helps:** tray.ai's loop and pagination utilities handle paginated Widen API responses natively, iterating through every result page before moving to downstream steps. You get complete, reliable syncs across large asset libraries without writing custom pagination logic.

### Triggering Workflows from Widen Events in Real Time

Widen supports webhooks for certain events, but standing up and maintaining webhook endpoints means dealing with infrastructure, SSL certificates, and monitoring. Teams that skip that and fall back on polling introduce latency and unnecessary API load.

**How Tray.ai helps:** tray.ai provides managed webhook endpoints out of the box — just register your Widen webhook events to a tray.ai trigger URL and you're done. For events that aren't covered by webhooks, scheduled polling triggers can check Widen on any interval with built-in deduplication.

### Coordinating Multi-System Workflows When Asset Status Changes

A single asset approval in Widen can kick off actions across four or five systems at once — CMS updates, PIM syncs, project task completions, Slack alerts, analytics logging. Without a purpose-built integration platform, that fan-out logic turns into a collection of point-to-point scripts that each fail on their own schedule.

**How Tray.ai helps:** tray.ai's workflow engine supports parallel branch execution, so a single Widen trigger can fan out to multiple downstream systems simultaneously. Each branch runs independently with its own error handling and retry logic, so a failure in one system doesn't hold up the rest.

## Agent features

### Search Assets (Data Source)

Query the Widen DAM to find assets by keyword, metadata, category, or file type. An agent can pull the right images, videos, or documents to support downstream workflows.

### Retrieve Asset Details (Data Source)

Fetch detailed metadata for a specific asset, including file format, dimensions, expiration dates, usage rights, and custom fields. An agent can check asset suitability before using it in campaigns or communications.

### Get Asset Download URLs (Data Source)

Retrieve direct download or embed URLs for approved assets. An agent can use these links to share brand-approved content with teammates, customers, or external platforms automatically.

### List Collections (Data Source)

Pull a list of curated asset collections from Widen to see how assets are organized. An agent can point users to the right brand materials for a given project or campaign.

### Check Asset Expiration and Rights (Data Source)

Look up usage rights, license expiration dates, and approval status for assets. An agent can flag teams when assets are nearing expiration or are restricted for certain uses.

### Upload New Asset (Agent Tool)

Upload new files to Widen from external sources or other connected platforms. An agent can automate ingestion of creative deliverables from tools like Dropbox or Google Drive directly into the DAM.

### Update Asset Metadata (Agent Tool)

Edit metadata fields such as tags, descriptions, categories, and custom attributes on existing assets. An agent can fill in or correct asset metadata to improve searchability and keep records clean.

### Add Asset to Collection (Agent Tool)

Organize assets by adding them to specific collections within Widen. An agent can do this automatically when new assets are approved or campaigns go live.

### Share Asset via Link (Agent Tool)

Generate and distribute shareable asset links to internal or external stakeholders. When someone needs a file, an agent can respond to the request and deliver the right approved asset right away.

### Trigger Asset Approval Workflow (Agent Tool)

Kick off a review or approval process for a newly uploaded or modified asset. An agent can route assets through the right steps based on file type, category, or business rules.

### Delete or Archive Asset (Agent Tool)

Remove outdated or non-compliant assets from active use by archiving or deleting them. An agent can retire assets that have expired or been replaced without anyone having to do it manually.

## Learn more

- Intelligent Integration: https://tray.ai/platform/intelligent-ipaas/
- Merlin Agent Builder: https://tray.ai/platform/merlin-agent-builder/
- Agent Gateway for MCP: https://tray.ai/platform/agent-gateway/
- Book a demo: https://tray.ai/contact/
