Skip to content

Instantly share code, notes, and snippets.

@iaditya
Created May 25, 2017 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iaditya/766d05e6396aaf589ca8110018188e9c to your computer and use it in GitHub Desktop.
Save iaditya/766d05e6396aaf589ca8110018188e9c to your computer and use it in GitHub Desktop.
// Patient cancel their tele-app
$notificationManager->addTemplate('cancelTeleAppointmentByPatient', [
'title' => 'Cancelled Tele Appointment',
'body' => 'Tele event has been cancelled.',
'smsbody' => 'Tele event has been cancelled.'
]);
// drugAlert
$notificationManager->addTemplate('drugAlert', [
'title' => 'Prescription Alert.',
'body' => 'Your Rx refill is due in 2 days.',
'smsbody' => 'Your Rx refill is due in 2 days.'
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment