-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make delete appointment via API to send emails just like the calendar page does. #1101
Comments
Hello! Emails should be sent even when removing appointments via the API: Does your user have the notifications setting enabled?
|
Closed due to inactivity.
|
All necessary settings enabled, email configuration is OK. 1st problem 2nd problem 3rd problem |
1 similar comment
All necessary settings enabled, email configuration is OK. 1st problem 2nd problem 3rd problem |
About |
Hello @iliavivanov, Thanks for getting back with additional information. I will have to check this one again before and make sure this does not happen. The post object should be there as the cancellation is a POST request, but it could be that someone also calls the URL directly which will lead to a GET request without a cancellation reason and thus cause this problem.
|
This is already done on develop.
|
We can delete appointment via backoffice, and it invokes POST ***/index.php/backend_api/ajax_delete_appointment.
EA send 'Appointment canceled' email to customer (if emails configured).
But if we do the same via API - DELETE ***/index.php/api/v1/appointments/:id email do not sent.
For instance, if we create an appointment via API - email was send
The text was updated successfully, but these errors were encountered: