{% extends 'layouts/authenticated.html.twig' %} {% block page_title %}Détails du SMS{% endblock %} {% block content %}
SMS ID: {{ smsLog.id }}
Configuration non disponible
{% endif %}{{ smsLog.message }}
{{ smsLog.campaign.name }}
Créée le {{ smsLog.campaign.createdAt|date('d/m/Y à H:i') }} par {{ smsLog.campaign.createdBy.fullName }}
{{ smsLog.apiResponse|json_encode(constant('JSON_PRETTY_PRINT') b-or constant('JSON_UNESCAPED_UNICODE') b-or constant('JSON_UNESCAPED_SLASHES')) }}
Cette section contient la réponse complète de l'API SendText pour faciliter le debugging
{{ smsLog.failureReason }}