Skip to content
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

feat: retell AI webhook url #14430

Merged
merged 13 commits into from
Apr 5, 2024
Merged

feat: retell AI webhook url #14430

merged 13 commits into from
Apr 5, 2024

Conversation

Udit-takkar
Copy link
Contributor

What does this PR do?

Fixes # (issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)

@graphite-app graphite-app bot requested a review from a team April 5, 2024 14:05
Copy link

vercel bot commented Apr 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

4 Ignored Deployments
Name Status Preview Comments Updated (UTC)
ai ⬜️ Ignored (Inspect) Visit Preview Apr 5, 2024 4:58pm
cal ⬜️ Ignored (Inspect) Visit Preview Apr 5, 2024 4:58pm
calcom-web-canary ⬜️ Ignored (Inspect) Visit Preview Apr 5, 2024 4:58pm
qa ⬜️ Ignored (Inspect) Visit Preview Apr 5, 2024 4:58pm

@dosubot dosubot bot added ai area: AI, cal.ai api area: API, enterprise API, access token, OAuth core area: core, team members only platform Anything related to our platform plan ✨ feature New feature or request 🐛 bug Something isn't working labels Apr 5, 2024
Copy link
Contributor

github-actions bot commented Apr 5, 2024

Thank you for following the naming conventions! 🙏 Feel free to join our discord and post your PR link.

Copy link

graphite-app bot commented Apr 5, 2024

Graphite Automations

"Add consumer team as reviewer" took an action on this PR • (04/05/24)

1 reviewer was added to this PR based on Keith Williams's automation.

"Add platform team as reviewer" took an action on this PR • (04/05/24)

1 reviewer was added to this PR based on Keith Williams's automation.

Copy link
Contributor

github-actions bot commented Apr 5, 2024

📦 Next.js Bundle Analysis for @calcom/web

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

Copy link

deploysentinel bot commented Apr 5, 2024

Current Playwright Test Results Summary

✅ 301 Passing - ⚠️ 10 Flaky

Run may still be in progress, this comment will be updated as current testing workflow or job completes...

(Last updated on 04/05/2024 05:13:46pm UTC)

Run Details

Running Workflow PR Update on Github Actions

Commit: 7d7fc12

Started: 04/05/2024 05:10:12pm UTC

⚠️ Flakes

📄   packages/app-store/routing-forms/playwright/tests/basic.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Routing Forms Seeded Routing Form Test preview should return correct route
Retry 1Initial Attempt
0% (0) 0 / 292 runs
failed over last 7 days
25% (73) 73 / 292 runs
flaked over last 7 days

📄   apps/web/playwright/profile.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Update Profile Can update a users email (verification enabled)
Retry 1Initial Attempt
6.76% (20) 20 / 296 runs
failed over last 7 days
28.38% (84) 84 / 296 runs
flaked over last 7 days

📄   packages/embeds/embed-core/playwright/tests/action-based.e2e.ts • 8 Flakes

Top 1 Common Error Messages

null

8 Test Cases Affected

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Popup Tests should open embed iframe on click - Configured with light theme
Retry 1Initial Attempt
0% (0) 0 / 290 runs
failed over last 7 days
60.34% (175) 175 / 290 runs
flaked over last 7 days
Popup Tests should be able to reschedule
Retry 1Initial Attempt
-152.17% (-175) -175 / 115 runs
failed over last 7 days
152.17% (175) 175 / 115 runs
flaked over last 7 days
Popup Tests should open Routing Forms embed on click
Retry 1Initial Attempt
-150.43% (-173) -173 / 115 runs
failed over last 7 days
150.43% (173) 173 / 115 runs
flaked over last 7 days
Popup Tests Floating Button Popup Pro User - Configured in App with default setting of system theme should open embed iframe according to system theme when no theme is configured through Embed API
Retry 1Initial Attempt
-150.43% (-173) -173 / 115 runs
failed over last 7 days
150.43% (173) 173 / 115 runs
flaked over last 7 days
Popup Tests Floating Button Popup Pro User - Configured in App with default setting of system theme should open embed iframe according to system theme when configured with 'auto' theme using Embed API
Retry 1Initial Attempt
-150.43% (-173) -173 / 115 runs
failed over last 7 days
150.43% (173) 173 / 115 runs
flaked over last 7 days
Popup Tests Floating Button Popup Pro User - Configured in App with default setting of system theme should open embed iframe(Booker Profile Page) with dark theme when configured with dark theme using Embed API
Retry 1Initial Attempt
-150.43% (-173) -173 / 115 runs
failed over last 7 days
150.43% (173) 173 / 115 runs
flaked over last 7 days
Popup Tests Floating Button Popup Pro User - Configured in App with default setting of system theme should open embed iframe(Event Booking Page) with dark theme when configured with dark theme using Embed API
Retry 1Initial Attempt
-150.43% (-173) -173 / 115 runs
failed over last 7 days
150.43% (173) 173 / 115 runs
flaked over last 7 days
Popup Tests prendered embed should be loaded and apply the config given to it
Retry 1Initial Attempt
-150.43% (-173) -173 / 115 runs
failed over last 7 days
150.43% (173) 173 / 115 runs
flaked over last 7 days

View Detailed Build Results


@keithwillcode keithwillcode removed 🐛 bug Something isn't working platform Anything related to our platform plan labels Apr 5, 2024
Copy link
Contributor

@joeauyeung joeauyeung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some initial findings

Blocking

  • Guest email is not being passed to createPhoneCall.handler so can't make test calls

Non-blocking

  • API Key isn't saving in the form. Can make demoing hard

joeauyeung
joeauyeung previously approved these changes Apr 5, 2024
Copy link
Contributor

@joeauyeung joeauyeung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had a call w/ @Udit-takkar going over this PR going over any comments. Approving this PR. Great job @Udit-takkar

@Udit-takkar Udit-takkar merged commit 1ce7df3 into main Apr 5, 2024
37 of 38 checks passed
@Udit-takkar Udit-takkar deleted the feat/inbound-call branch April 5, 2024 17:14
zomars pushed a commit that referenced this pull request Apr 5, 2024
* feat: retell AI webhook url

* fix: type error

* chore

* chore: make company and email optional

* chore: remove logs

* chore: type error

* chore: type error

* fix: type err

* fix: pass guest email

* fix: type err

* chore: change date format

* chore: move advanced format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ai area: AI, cal.ai api area: API, enterprise API, access token, OAuth consumer core area: core, team members only ✨ feature New feature or request ❗️ migrations contains migration files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants