Test champs SharePoint (leads marketing)

Reproduction cumulative du lead ERP #2 (valeurs prod) — Site : {{ $report['site_id'] ?: '—' }} — Liste : {{ $report['list_id'] ?: '—' }}

{{ $report['summary'] }} @if ($report['first_failure'])
Champ probablement en cause : {{ $report['first_failure']['field'] }} (étape {{ $report['first_failure']['step'] }}, HTTP {{ $report['first_failure']['status'] }}) @endif
@if (count($report['steps']) > 0) @foreach ($report['steps'] as $step) @endforeach
Étape + Champ HTTP Résultat Item ID Payload cumulé Réponse (si échec)
{{ $step['step'] }} {{ $step['added_field'] }} {{ $step['http_status'] }} {{ $step['ok'] ? 'OK' : 'ÉCHEC' }} {{ $step['item_id'] ?? '—' }}
{{ json_encode($step['payload'], JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT) }}
@if (! $step['ok'])
{{ $step['response_body'] }}
@else — @endif
@endif