ferrero-opentext/Python-Version/scripts
DJP b3fbb8b345 Fix Box metadata template name - Use correct lowercase name and field names
Box Metadata Extraction Fixed:

Template Name:
 Was: 'Ferrero-DAM-Metadata' (with dashes and caps)
 Now: 'ferrerodammetadata' (lowercase, no dashes)

Field Names:
 Was: 'CreativeX Score', 'CreativeX URL'
 Now: 'creativexScore', 'creativexUrl' (camelCase)

Test Results with File 2035459900168:
 Template found successfully
 creativexScore: 90
 creativexUrl: https://www.bbc.com
 Metadata extraction working!

A2→A3 workflow will now:
1. Download file from Box
2. Read ferrerodammetadata template
3. Extract creativexScore and creativexUrl
4. Update CREATIVEX fields in asset representation
5. Upload to DAM with CreativeX data

Test: Upload a file to Box with ferrerodammetadata template applied
and the A2→A3 script will extract and use those values!

🤖 Generated with Claude Code
2025-11-03 14:34:17 -05:00
..
shared Fix Box metadata template name - Use correct lowercase name and field names 2025-11-03 14:34:17 -05:00
a1_to_a2_download.py Make email notifications verbose with detailed asset lists 2025-10-31 08:27:05 -04:00
a2_to_a3_upload.py Complete Python automation implementation - All components built 2025-10-30 16:49:14 -04:00
a2_to_a3_upload_polling.py Add Box metadata extraction for CreativeX fields in A2→A3 workflow 2025-11-03 14:26:00 -05:00
b1_to_b2_download.py Add B1→B2 email templates and remove webhook from B1→B2 workflow 2025-11-03 14:04:14 -05:00
test_connection.py Complete Python automation implementation - All components built 2025-10-30 16:49:14 -04:00