Save meeting url to metadata of bookings and add it to webhook payload#5773
Merged
kodiakhq[bot] merged 31 commits intomainfrom Dec 15, 2022
Merged
Save meeting url to metadata of bookings and add it to webhook payload#5773kodiakhq[bot] merged 31 commits intomainfrom
kodiakhq[bot] merged 31 commits intomainfrom
Conversation
added 11 commits
November 25, 2022 13:18
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Contributor
|
@CarinaWolli we need to update the test snapshot: |
Member
Author
@zomars I have updated them, but they are still failing. I compared the actual and expected test result file and they look identical to me. Do you know how to fix that? |
Contributor
Run test with |
zomars
suggested changes
Dec 12, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


What does this PR do?
Adds new metadata column to booking model to save the meeting URL. Also adds the meeting URL to webhook payload.
Webhook payload for booking created and rescheduled:
With Cal Video link:

With Google Meet link:

Fixes #5518
Environment: Staging(main branch)
How should this be tested?