CustomOIDs E-mail Templates

The one that should work:

Door: {{ $value['customoid_descr'] }}

But it must be inside the @foreach ($alert->faults as $key => $value)

What I usually do to know what info is available is a {{ var_dump($value) }}

1 Like