feat: send new booking uid on reschedule webhook#10654
feat: send new booking uid on reschedule webhook#10654CarinaWolli merged 9 commits intocalcom:mainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
@ologbonowiwi is attempting to deploy a commit to the cal Team on Vercel. A member of the Team first needs to authorize it. |
|
Thank you for following the naming conventions! 🙏 |
| triggerEvent: "BOOKING_RESCHEDULED", | ||
| payload: { | ||
| // in the current implementation, it is the same as the first booking | ||
| uid: newBooking?.uid, |
There was a problem hiding this comment.
This was null before the changes on this PR.
📦 Next.js Bundle Analysis for @calcom/webThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
|
This PR is being marked as stale due to inactivity. |
|
|
CarinaWolli
left a comment
There was a problem hiding this comment.
Changes look good and tests are passing. Thank you for this fix 🙏
|
@ologbonowiwi Just saw that there are merge conflicts, could you take a look at that? |
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
BOOKING_RESCHEDULEDwebhookcreateUserWithSeatedEventAndAttendeesto testUtilsBOOKING_RESCHEDULEDscenarioWhat does this PR do?
Fixes #10631
Type of change
How should this be tested?
I added e2e tests, they should be executed on the pipeline without manual interaction
Mandatory Tasks