cal.pub0.org/apps/web/pages/api
Carina Wollendorfer 02b935bcde
Feat/zapier app (#2623)
* create basic app structure

* add zapierSubscription model to prisma.schema

* change column name triggerEvent to lower case

* add zapier functionality + enpoints + adjust prisma.schema

* add subscriptionType + refactor code

* add app store information

* create setup page to generate api key

* clean code

* add copy functionality in setup page

* clean code

* add apiKeyType and delte key when uninstalled or new key generated

* clean code

* use Promise.all

* only approve zapier api key

* clean code

* fix findValidApiKey for api keys that don't expire

* fix migrations

* clean code

* small fixes

* add i18n

* add README.md file

* add setup guide to README.md

* fix yarn.lock

* Renames zapierother to zapier

* Typo

* Updates package name

* Rename fixes

* Adds zapier to the App Store seeder

* Adds missing zapier to apiHandlers

* Adds credential relationship to App

* Rename fixes

* Allows tailwind to pick up custom app-store components

* Consolidates zapier_setup_instructions

* Webhook fixes

* Uses app relationship instead of custom type

* Refactors sendPayload to accept webhook object

Instead of individual parameters

* refactoring

* Removes unused zapier check

* Update cancel.ts

* Refactoring

* Removes example comments

* Update InstallAppButton.tsx

* Type fixes

* E2E fixes

* Deletes all user zapier webhooks on integration removal

Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: zomars <zomars@me.com>
2022-05-03 23:16:59 +00:00
..
app-store Fix for appstore and wipemycal render (#2556) 2022-04-20 23:37:25 +02:00
auth Fix/login with provider (#2594) 2022-04-26 15:12:08 +00:00
availability Remove to string, return dayjs object (#2464) 2022-04-12 13:01:50 +01:00
book Feat/zapier app (#2623) 2022-05-03 23:16:59 +00:00
cron App Store (#1869) 2022-03-23 15:00:30 -07:00
event-type Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
import Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
integrations Fixes/app store keys in db (#2651) 2022-05-02 14:39:35 -06:00
schedule Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
teams/[team] Feature: Verify login on signup with magic link. (#2122) 2022-04-21 14:32:25 -06:00
trpc Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
user Reduce Payload for Event-Types[Avoid 500] (#2627) 2022-04-27 11:08:13 +00:00
cancel.ts Feat/zapier app (#2623) 2022-05-03 23:16:59 +00:00
eventType.ts Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
integrations.ts Feat/zapier app (#2623) 2022-05-03 23:16:59 +00:00
me.ts Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
teams.ts Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
upgrade.ts Stripe to monorepo (#2063) 2022-03-09 15:56:05 -07:00
username.ts Fix/login username registration (#2241) 2022-03-24 10:45:56 -07:00