I don't know coding. I bought this because it was supposed to work without coding. I tried downloading the cron app your site recommended and it isn't set up like your tutorial says it should be. I can't get it to work.
The WP Crontrol plugin is used only for Scheduled notifications (reminders and follow-ups). You don't need it for regular notifications.
cron is a Linux utility that schedules a command or script on your server to run automatically at a specified time and date. A cron job is the scheduled task itself. Cron jobs can be very useful to automate repetitive tasks like in our plugin for notifications.
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.
Email notifications need to be configured as per our documentation while SMS can only work if you create an account (within Amelia) and top up your credits.
You can read more about the Email notifications here and more about SMS notifications here.
Please note that we don't have access to your website. We can't fix this for you since you need to configure both the notification settings in order to send emails, and create an account and purchase credits in order to send SMS.
Everything works as it should, you just need to follow our documentation and configure it. If you're having issues, please let me know where you're getting stuck.
I did as directed. Additionally I paid extra and have an account for SMS. I purchased this program from you and have been trying to get it to work for weeks. It's absolutely awful. Texts and email work only for initial booking and no reminders or scheduled messages. Nothing works.
I've already read all your site documentation. Please don't copy and paste it here as I've already looked at it all. I've spent countless hours over weeks of frustration. Who can get this to work for me? Who can help me? Is this just never going to work? I'm finished with this. I can not get it to work. I even downloaded the app to schedule messages over a week ago. Not working. Should I give up and look at another provider? Will you offer a refund?
I can log into your site and see how you configured everything. Please note, though, that if it works correctly with my credentials, you'll still need to make it work with yours. I'll record my screen and send you screenshots, so those could be used to help.
Please provide me a temporary WP-admin (administrator) user for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue.
We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course, we do not provide login data to third parties.
You can write credentials here just check PRIVATE Reply so nobody can see them except us.
I don't know coding. I bought this because it was supposed to work without coding. I tried downloading the cron app your site recommended and it isn't set up like your tutorial says it should be. I can't get it to work.
Hello theresa.
Thank you for reaching out to us.
The WP Crontrol plugin is used only for Scheduled notifications (reminders and follow-ups). You don't need it for regular notifications.
cron is a Linux utility that schedules a command or script on your server to run automatically at a specified time and date. A cron job is the scheduled task itself. Cron jobs can be very useful to automate repetitive tasks like in our plugin for notifications.
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.
Also, you can try this:
*/15 * * * * wget -q -O - "https://www.yourwebsite.com/wp-admin/admin-ajax.php?action=wpamelia_api&call=/notifications/scheduled/send"
Or this:
*/15 * * * * /usr/local/bin/php ~/public_html/wp-cron.php --action='wpamelia_api' --call='/notifications/scheduled/send'
Or this:
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:
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.
I hope that helps.
Kind Regards,
Aleksandar Vuković
[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
No this does not help. Emails and texts are not sending for anything. No SMS or email. This is not working. What mext?
Can someone please just fix my SMS and emails?
Hi again theresa.
Email notifications need to be configured as per our documentation while SMS can only work if you create an account (within Amelia) and top up your credits.
You can read more about the Email notifications here and more about SMS notifications here.
Please note that we don't have access to your website. We can't fix this for you since you need to configure both the notification settings in order to send emails, and create an account and purchase credits in order to send SMS.
Everything works as it should, you just need to follow our documentation and configure it. If you're having issues, please let me know where you're getting stuck.
Kind Regards,
Aleksandar Vuković
[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
I did as directed. Additionally I paid extra and have an account for SMS. I purchased this program from you and have been trying to get it to work for weeks. It's absolutely awful. Texts and email work only for initial booking and no reminders or scheduled messages. Nothing works.
I've already read all your site documentation. Please don't copy and paste it here as I've already looked at it all. I've spent countless hours over weeks of frustration. Who can get this to work for me? Who can help me? Is this just never going to work? I'm finished with this. I can not get it to work. I even downloaded the app to schedule messages over a week ago. Not working. Should I give up and look at another provider? Will you offer a refund?
Hello again theresa.
I can log into your site and see how you configured everything. Please note, though, that if it works correctly with my credentials, you'll still need to make it work with yours. I'll record my screen and send you screenshots, so those could be used to help.
Please provide me a temporary WP-admin (administrator) user for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue.
We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course, we do not provide login data to third parties.
You can write credentials here just check PRIVATE Reply so nobody can see them except us.
Kind Regards,
Aleksandar Vuković
[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