-
Notifications
You must be signed in to change notification settings - Fork 8k
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
fix: clients not receiving appointment details by email #17698
base: main
Are you sure you want to change the base?
Conversation
Related to calcom#17662 Add functionality to send appointment confirmation emails to clients after booking creation. * **packages/emails/email-manager.ts** - Add `sendAppointmentConfirmationEmail` function to send appointment confirmation emails to clients. - Import necessary modules and templates for the new function. * **apps/api/v1/pages/api/bookings/_post.ts** - Import `sendAppointmentConfirmationEmail` function. - Call `sendAppointmentConfirmationEmail` function after a booking is created. * **apps/api/v2/src/modules/email/email.service.ts** - Add `sendAppointmentConfirmationEmail` method to send appointment confirmation emails to clients. - Import necessary modules and templates for the new method. * **apps/api/v1/test/lib/bookings/_post.test.ts** - Add test cases to verify that `sendAppointmentConfirmationEmail` function is called after a booking is created.
@vishwamartur is attempting to deploy a commit to the cal Team on Vercel. A member of the Team first needs to authorize it. |
Hey there and thank you for opening this pull request! 👋🏼 We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted. Details:
|
Graphite Automations"Add consumer team as reviewer" took an action on this PR • (11/17/24)1 reviewer was added to this PR based on Keith Williams's automation. "Add community label" took an action on this PR • (11/17/24)1 label was added to this PR based on Keith Williams's automation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey @vishwamartur can you add a loom for reproduce this issue locally?
Sure. |
Related to #17662
Add functionality to send appointment confirmation emails to clients after booking creation.
packages/emails/email-manager.ts
sendAppointmentConfirmationEmail
function to send appointment confirmation emails to clients.apps/api/v1/pages/api/bookings/_post.ts
sendAppointmentConfirmationEmail
function.sendAppointmentConfirmationEmail
function after a booking is created.apps/api/v2/src/modules/email/email.service.ts
sendAppointmentConfirmationEmail
method to send appointment confirmation emails to clients.apps/api/v1/test/lib/bookings/_post.test.ts
sendAppointmentConfirmationEmail
function is called after a booking is created.