Hi I have set an sms notification to be send 2 hours prior the appointment and also the day before. I did a test booking in my self but did not receive any notification for either of the 2 notifications i created but have seen that i was charged for them. Also the sms are not showing in the history tab.
However when i go to send a test notification manually from the customise sms section i do receive it.
Can you please help if i am doing anything wrong?
Have attached an image below please let me know how to follow steps of image if this is the issue.
To send reminder notifications, you will need to configure a cron job, as these notifications are not sent with the "standard" setup. This applies to both SMS messages and email notifications.
Here is a basic overview of what a cron job is and how it should be configured:
Depending on the server, there are different configurations for it, which you can contact your hosting provider about, or you can check out one of the solutions for it on this link.
GET 'https://yourdomain.com/wp-admin/admin-ajax.php?action=wpamelia_api&call=/notifications/scheduled/send' > /dev/null
WP Crontrol plugin is the best option if you're not familiar with cron jobs. You can find more info about it, and detailed instructions on how to set it up in our FAQ section.
So, if you already read that, and still need some clarification here's some further info.
You copy only the URL from below a scheduled notification:
Then, go to Tools/Cron Events, and click on the "Cron Schedules" tab. In it, add a 15-minute interval:
Then go back to the "Cron Events" tab and click on "Add new":
Below it, select the "PHP Cron event" radio button, and add the URL you copied from Amelia/Notifications in this form:
file_get_contents("yourURL");
Below it add the name and set it to run a few minutes in the future, using the provided time format. So, if you're adding the cron event at 12:45 (local, current time), set it to run at 12:50; and then select the schedule you previously selected:
Click on Add Event, and that's it.
The cron runs every 15 minutes and checks if there's an email to be sent. So, in Amelia Notifications, your scheduled notifications are set to run every day at a certain time. If you set that time to be 15:00 (for example), the emails will be sent when the cron runs after that time.
For example, there's an appointment booked for tomorrow, and it's currently 14:44 - the cron runs, but since it's not yet 15:00, it doesn't send anything. It runs again after 15 minutes, so at 14:59, but there are still no emails flagged by Amelia, so it doesn't send anything. Then it runs again at 15:14 and it sees there's an email that should've been sent at 15:00, so it sends the email. It will only send emails when Amelia sees an appointment scheduled for the next day.
It looks like the cron job configuration wasn't right, but I'm glad to see that you were able to find the solution. If you have any other questions, please open a new ticket and we will gladly help you there.
Hi I have set an sms notification to be send 2 hours prior the appointment and also the day before. I did a test booking in my self but did not receive any notification for either of the 2 notifications i created but have seen that i was charged for them. Also the sms are not showing in the history tab.
However when i go to send a test notification manually from the customise sms section i do receive it.
Can you please help if i am doing anything wrong?
Have attached an image below please let me know how to follow steps of image if this is the issue.
Thank you.
Attached files: amelia sms.png
Kind Regards,
Stefan Petrov
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi,
I think I did all the steps you recommended. I am getting this notification on the cron event created, have attached a photo below.
Is this normal or do you think i have done something wrong?
Thanks.
Attached files: amelia cron event.png
cron event 2.png
No worries I figured out the error and corrected it, everything works now thank you.
Hello,
It looks like the cron job configuration wasn't right, but I'm glad to see that you were able to find the solution. If you have any other questions, please open a new ticket and we will gladly help you there.
Have a nice day!
Kind Regards,
Stefan Petrov
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables