Holiday Notice – Support Unavailable on April 18 and April 21
We just wanted to let you know that our support team will be offline on Friday, April 18th (Good Friday) and Monday, April 21st (Easter Monday) due to the holidays.
We'll be back on Tuesday, ready to assist you!
In the meantime, if you need any help, feel free to:
-
Use the support widget in the bottom right corner on our websites (Amelia and wpDataTables) — our latest AI-powered assistant is there 24/7 to help with basic and intermediate questions,
-
Browse our detailed documentation (Amelia, wpDataTables)
-
Explore helpful articles,
-
Or check out our YouTube channels for video guides!
Amelia YouTube Channel
wpDataTables YouTube Channel
Thank you for your understanding, and we wish you a wonderful holiday weekend!
Hello, We have a client that uses Amelia Booking plugin, and we have developed a WordPress plugin that sends submitted info to a CRM, we would like to know how can we integrate this plugin with ours.
We have been able to integrate other plugins successfully because they all use WP action hooks, but Amelia doesn't seem to use them.
How can we trigger the sending of the booked info to the CRM?
Hi Miguel,
Thank you for your interest in our plugin.
Unfortunately we don't have hooks (action and filters) at the moment. What we have is a few JS hooks that are triggered depending on the view:
These are hooks that you can use to follow each step of the booking process. These hooks are ordered by the time of execution. Some of these functions accepts parameters that you can see in the parentheses, so you can send the data to your custom endpoint.
This is the example how you can use one of the hooks (just put it directly on your page):
Best regards.
Thanks! We will check this out.