{{! Embeds for the SSL expiry notifications}}
{{#eq ALERT_TYPE "ALERT_SSL" }}
"title": "{{ALERT_TITLE}}",
"ssl_days_remaining": "{{SSL_DAYS_REMAINING}}",
"ssl_domain": "{{SSL_CHECK_DOMAIN}}"
{{! Embeds for the standard failure, recovery and degraded notifications}}
"event": "{{ALERT_TITLE}}",
"type": "{{ALERT_TYPE}}",
"link": "{{RESULT_LINK}}",
"check_type": "{{CHECK_TYPE}}",
"name": "{{CHECK_NAME}}",
"location": "{{RUN_LOCATION}}",
"tags": [{{#each TAGS}} "{{this}}" {{#unless @last}},{{/unless}} {{/each}}]