Интеграция {{notification_title}} сработала на «{{trigger_title}}» ответа
Статус: {{notification.status}}
Форма: {{survey_title}}
Дата создания: {{notification.date_created|date:"c"}}
Дата завершения: {{notification.date_finished|date:"c"}}
Уникальный ID интеграции: {{notification.context.notification_unique_id}}
Сообщение отправлено с адреса: {{notification.context.from_address}}
Сообщение отправлено на адрес: {{notification.context.to_address}}
Урл: {{notification.context.url}}
Тема: {{notification.context.subject}}
Текст:
{{notification.context.body}}{% endif %} {% if notification.context.headers %}
Отправленные заголовки: {% for key, value in notification.context.headers.items %}
{{key}}: {{value}}{% endfor %} {% endif %} {% if notification.context.body_data %}
Тело запроса: {% for key, value in notification.context.body_data.items %}
{{key}}: {{value}}{% endfor %} {% endif %} {% if notification.context.supertag %}
Supertag: {{notification.context.supertag}}
Заголовок: {{notification.context.title}}
Текст:
{{notification.context.text}}{% endif %} {% if notification.context.queue %}
Очередь: {{notification.context.queue}}
Родительская задача: {{notification.context.parent}}
Тип: {{notification.context.type}}
Приоритет: {{notification.context.priority}}
Заголовок: {{notification.context.summary}}
Описание тикета:
{{notification.context.description}}{% endif %} {% if notification.context.author %}
Автор: {{notification.context.author}}
Исполнитель: {{notification.context.assignee}}
Поля: {% for key, value in notification.context.fields.items %}
{{key}}: {{value}}{% endfor %} {% endif %}
Classname: {{notification.error.classname}}
Cause: {{notification.error.cause}}
Status code: {{notification.error.status_code}}
Сообщение: {{notification.error.message}}
Traceback:
{{notification.error.traceback}}{# vim: set ft=htmldjango: #}