Instantly share code, notes, and snippets.
- Tempe, Arizona
-
04:48
(UTC -07:00) - https://pagertree.com
- @armiiller
- in/austin-miller-b2b43b36
- https://austinmiller.dev
armiiller
/ sh.push.message.hbs
Created
September 5, 2019 15:53
PT2 Stakeholder Default Push Message
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{#if ctx.account.hipaanotifications}} | |
Swipe for details | |
{{else}} | |
{{sanitize ctx.incident.title}} | |
{{/if}} |
armiiller
/ sh.push.subject.hbs
Created
September 5, 2019 15:52
PT2 Stakeholder Default Push Subject Template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[STAKEHOLDER] Incident {{ctx.incident.id}} - {{uppercase ctx.incident.status}} |
armiiller
/ sh.email.message.hbs
Created
September 5, 2019 15:51
PT2 Stakeholder Default Email Message
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<title>Incident {{ctx.incident.id}} - {{ctx.incident.title}} - {{ctx.incident.status}}</title> | |
<style type="text/css" rel="stylesheet" media="all">body { | |
width: 100% !important; height: 100%; margin: 0; line-height: 1.4; color: #74787E; -webkit-text-size-adjust: none; | |
} | |
@media only screen and (max-width:600px) { |
armiiller
/ sh.email.subject.hbs
Created
September 5, 2019 15:49
PT2 Stakeholder Default Email Subject
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[STAKEHOLDER] Incident {{ctx.incident.id}} - {{uppercase ctx.incident.status}} - {{#if (not ctx.account.hipaanotifications)}} "{{ctx.incident.title}}"{{/if}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<title>Incident {{ctx.incident.id}} - {{ctx.incident.title}} - {{ctx.incident.status}}</title> | |
<style type="text/css" rel="stylesheet" media="all">body { | |
width: 100% !important; height: 100%; margin: 0; line-height: 1.4; color: #74787E; -webkit-text-size-adjust: none; | |
} | |
@media only screen and (max-width:600px) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🔥 New Incident {{ctx.incident.id}}{{#if (not ctx.account.hipaanotifications)}} - {{ctx.incident.title}}{{/if}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{ctx.incident.id}}{{#if (not ctx.account.hipaanotifications)}} "{{sanitize ctx.incident.title}}"{{/if}} | |
Reply | |
A to acknowledge | |
R to reject |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{#if (not ctx.account.hipaanotifications)}} | |
Incident {{sanitize ctx.incident.title}}. | |
{{else}} | |
New incident available. See dashboard for details. | |
{{/if}} | |
Push {{default (get "account.notification_templates.incident_notify.voice.acknowledge" ctx) 1}} to acknowledge or {{default (get "account.notification_templates.incident_notify.voice.reject" ctx) 2}} to reject. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{#if ctx.account.hipaanotifications}} | |
Swipe for details | |
{{else}} | |
{{sanitize ctx.incident.title}} | |
{{/if}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Incident {{ctx.incident.id}} |