false, 'is_existing_customer' => false, 'syncro_lead_id' => null, 'error' => 'Syncro integration not yet configured', ]; if (empty($quote['contact_email'])) { $result['error'] = 'Quote has no contact email'; return $result; } app_log('INFO', "Syncro sync requested for quote {$quote['id']} - integration not yet configured"); return $result; }