Hello Developers,
Curious to find out if CHT Supports In App Messaging.
I previously thought it does when I explored the messaging feature here app_settings.json – Community Health Toolkit
However, I noticed the messages I created appeared on the Reports Tab and NOT on the Messages Tab.(See the blue highlighted message below)
Goal - Need to send an ‘SMS’ kind of notification to the CHP App when a Supervisor Submits death report.
Please see attached screeenshot
"patient_reports": [
{
"form": "death_review",
"silence_type": "",
"silence_for": "",
"fields": [],
"validations": {},
"messages": [
{
"event_type": "report_accepted",
"bool_expr": "doc.fields.group_review.dead === 'no'",
"message": "{{patient_name}}'s death has not been confirmed. Please continue providing services!",
"recipient": "patient.parent.parent.contact.phone"
}
]
}
]
Does CHT Support In App Messaging that does not necessarily need delivering to phone numbers?