291393d497
- Parse incoming Trello webhook payloads for card movement actions - Extract order number from card names (supports both numeric and full formats) - Look up orders in database (Order or CustomOrder models) - Emit ReadyToShipIntent event when cards moved to 'Ready to Ship' list - Validate shipment exists before allowing 'Awaiting Collection' transition - Add comprehensive logging for all Trello actions - Handle validation pings and real events identically (both return 200) - Card moves now trigger backend order processing workflows