I wouldn’t be surprised if this is a trivial thing, but I don’t understand how to go about adding variables that define the appointment time, date, etc. For example, if I wanted to have the SMS message read:
“This is a reminder for your appt with “provider name” on “date of appt” at “time of appt”.”
I’ve been banging my head against the wall trying to understand how to figure this out. I found that I can put $app_date to get the SMS message to add the appointment date in a “2019-03-02 17:30:00” format. But for the life of me I can’t figure out how to change the format to something more friendly like “Saturday, March 3 at 5:30”.
It would be nice if I could just use the “$db_email_msg[‘message’] = cron_setmessage($prow, $db_emai_msg);” line that is the default in cron_sms_notification.php. However this seems to get the message from the BatchCom SMS Notification settings, and I only get errors when I try to change it.
If anyone can give some pointers I would appreciate it.