Hey everyone!
With the Labour Day holidays coming up, we’d like to let you know about our upcoming working hours:
Thursday, May 1st: Our team will be off during Labour Day.
Friday, May 2nd: We'll also be off for an extended holiday break.
We’ll be back on Monday, May 5th, ready to respond to all messages received during this time.
In the meantime, if you need help, feel free to:
-
Use the support widget on the bottom right of our websites (Amelia and wpDataTables) — our AI-powered assistant is available 24/7 and can help with many common questions.
-
Visit our documentation, articles, or YouTube channels for quick answers and step-by-step guides.
https://www.youtube.com/@AmeliaWordPressBookingPlugin/videos
https://www.youtube.com/@wpDataTables/videos
Thank you for being so understanding, and we hope you enjoy the long weekend!
Hi there, when setting up my event reminder notifications, I noticed the note where I need to add a line to my cron. How do I do that?
Hi, Hannah,
Thank you for choosing Amelia.
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, if you’re not familiar with setting up crons, I would recommend to use the Crontrol plugin since it makes the process way easier. For that, please follow the steps below:
Please install the WP Crontrol plugin on your WordPress.
Copy only the URL from below a scheduled notification on Amelia -> Notifications page (don't copy this */15*** part, only the part that marked on the screenshot which is starting with http):
Open the Crontrol plugin on the WP Plugins page, that what you will see:
Click on "Cron Schedules", enter the following details, and click on "Add Cron Schedule":
Then go to "Cron Event" and add the URL you've copied from Amelia -> Notifications page to this:
file_get_contents("your copied URL");
Please don't miss any symbols, especially the ; in the end. So it will look like this:
Below it, add the name and set Next Run to your current time + 30 muns (for example, at 12.50):
Click on "Add Event".
After that, you can open Amelia, book a test appointment for the next day, set the Next Day Reminder notification to a bit later time that you set Next Run for (in my example, it's 13:00), and see if you receive a Reminder notification in about 30 mins:
Hope that will help.
Best Regards.