transactional-emails
Version:
Transactional emails for our products
42 lines (41 loc) • 1.13 kB
JSON
{
"area": "",
"subject": "[aiRH] Check out this new, open contribution: <%= contribution.title %>",
"title": "Check this out",
"title2": "",
"defaults": {
"recipient": {
"firstname": "Jason",
"lastname": "Wilkes"
},
"contribution": {
"$link": "https://app.airh.team/#/me/contributions/contribution/840",
"title": "Build the Gamma Cannon",
"priority": "gold",
"open": "yes",
"done": "no",
"pending": "no",
"description": {
"@markdown": "I need your help to build the Gamma Cannon so we can stop Whitney Frost!\n\nOnce it's build we need to\n\n- Test it (we might skip that…)\n- Fire it at Whitney!"
},
"tasks": [
{
"description": "Bring the prototype to the lab",
"complete": true
},
{
"description": "Finish the construction",
"complete": false
},
{
"description": "Test it",
"complete": false
},
{
"description": "Fire it at Whitney Frost!",
"complete": false
}
]
}
}
}