cal.pub0.org/packages/features/ee/workflows/components
Carina Wollendorfer c2f150dbab
Feat/verify phone number (#6035)
* first implementation of verifying phone number

* add UI + logic for verifying phone number flow

* check if all phone numbers are verified before submit

* add numberVerification pending

* only send SMS to verified numbers

* fix design for mobile view

* check if phone number is verified before testing action

* add back message service id check

* add TWILIO_VERIFY_SID to .env.example

* code clean up

* add TWILIO_VERIFY_SID to README.md instructions

* save new verified numbers

* fix wrongly thrown error for new verified numbers

* use false as default value for isVerificationPending paramater

* add translations

* add migration file

* code clean up

* don't throw error if phone number is not needed

* Feedback

* Shows error when Twillio isn't properly setup

* Type fixes

Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-12-15 21:54:40 +00:00
..
TextEditor Text editor for custom workflow templates (#5654) 2022-11-25 07:34:55 -07:00
AddActionDialog.tsx SMS workflow actions only for Teams (#6003) 2022-12-15 00:11:57 +00:00
AddVariablesDropdown.tsx Text editor for custom workflow templates (#5654) 2022-11-25 07:34:55 -07:00
DeleteDialog.tsx 🧹 One `calcom/ui` import to rule them all (#5561) 2022-11-22 19:55:25 -07:00
EmptyScreen.tsx 🧹 One `calcom/ui` import to rule them all (#5561) 2022-11-22 19:55:25 -07:00
EventWorkflowsTab.tsx 🧹 One `calcom/ui` import to rule them all (#5561) 2022-11-22 19:55:25 -07:00
SkeletonLoaderEdit.tsx 🧹 One `calcom/ui` import to rule them all (#5561) 2022-11-22 19:55:25 -07:00
SkeletonLoaderEventWorkflowsTab.tsx 🧹 One `calcom/ui` import to rule them all (#5561) 2022-11-22 19:55:25 -07:00
SkeletonLoaderList.tsx 🧹 One `calcom/ui` import to rule them all (#5561) 2022-11-22 19:55:25 -07:00
TimeTimeUnitInput.tsx Save meeting url to metadata of bookings and add it to webhook payload (#5773) 2022-12-15 21:43:07 +00:00
WorkflowDetailsPage.tsx Feat/verify phone number (#6035) 2022-12-15 21:54:40 +00:00
WorkflowListPage.tsx 🧹 One `calcom/ui` import to rule them all (#5561) 2022-11-22 19:55:25 -07:00
WorkflowStepContainer.tsx Feat/verify phone number (#6035) 2022-12-15 21:54:40 +00:00