However, do I need to do anything else to ensure the customer receives an "Event Next Day" reminder that I have enabled in Amelia?
To sum up, while I am creating a booking via API, I want Amelia to behave in the same way as if the booking was placed on the website itself, and send confirmation & reminder emails as configured in the Notifications area.
You should also set 'notifyParticipants' as true, which is a required parameter is the /bookings call and make sure that the event has 'Notify the attendee(s)' checked
Hi,
I am creating event bookings in Amelia using the API.
My goal is to ensure the customers who get created in Amelia via this API call also receive regular event confirmation and reminder emails.
For this purpose, I am setting the runInstantPostBookingActions parameter to true based on the documentation here:
https://wpamelia.com/amelia-api-bookings/#1695644034330-da236a74-9231
This indeed triggers the confirmation email.
However, do I need to do anything else to ensure the customer receives an "Event Next Day" reminder that I have enabled in Amelia?
To sum up, while I am creating a booking via API, I want Amelia to behave in the same way as if the booking was placed on the website itself, and send confirmation & reminder emails as configured in the Notifications area.
Hello Peter,
Thank you for reaching out to us.
I have passed this questions to our developers and we will provide you with an update as soon as we have one.
Thank you for your patience.
Kind Regards,
Uros Jovanovic
[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
Hello Peter,
You should also set 'notifyParticipants' as true, which is a required parameter is the /bookings call and make sure that the event has 'Notify the attendee(s)' checked
Kind Regards,
Uros Jovanovic
[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
Thank you Uros!