cal/packages/app-store/n8n
Joe Au-Yeung a9a295dc54
Admin apps UI (#5494)
* Abstract app category navigation

* Send key schema to frontend

Co-authored-by: Omar López <zomars@users.noreply.github.com>

* Render keys for apps on admin

* Add enabled col for apps

* Save app keys to DB

* Add checks for admin role

* Abstract setup components

* Add AdminAppsList to setup wizard

* Migrate to v10 tRPC

* Default hide keys

* Display enabled apps

* Merge branch 'main' into admin-apps-ui

* Toggle calendars

* WIP

* Add params and include AppCategoryNavigation

* Refactor getEnabledApps

* Add warning for disabling apps

* Fallback to cal video when a video app is disabled

* WIP send disabled email

* Send email to all users of  event types with payment app

* Disable Stripe when app is disabled

* Disable apps in event types

* Send email to users on disabled apps

* Send email based on what app was disabled

* WIP type fix

* Disable navigation to apps list if already setup

* UI import fixes

* Waits for session data before redirecting

* Updates admin seeded password

To comply with admin password requirements

* Update yarn.lock

* Flex fixes

* Adds admin middleware

* Clean up

* WIP

* WIP

* NTS

* Add dirName to app metadata

* Upsert app if not in db

* Upsert app if not in db

* Add dirName to app metadata

* Add keys to app packages w/ keys

* Merge with main

* Toggle show keys & on enable

* Fix empty keys

* Fix lark calendar metadata

* Fix some type errors

* Fix Lark metadata & check for category when upserting

* More type fixes

* Fix types & add keys to google cal

* WIP

* WIP

* WIP

* More type fixes

* Fix type errors

* Fix type errors

* More type fixes

* More type fixes

* More type fixes

* Feedback

* Fixes default value

* Feedback

* Migrate credential invalid col default value "false"

* Upsert app on saving keys

* Clean up

* Validate app keys on frontend

* Add nonempty to app keys schemas

* Add web3

* Listlocale filter on categories / category

* Grab app metadata via category or categories

* Show empty screen if no apps are enabled

* Fix type checks

* Fix type checks

* Fix type checks

* Fix type checks

* Fix type checks

* Fix type checks

* Replace .nonempty() w/ .min(1)

* Fix type error

* Address feedback

* Added migration to keep current apps enabled

* Update apps.tsx

* Fix bug

* Add keys schema to Plausible app

* Add appKeysSchema to zod.ts template

* Update AdminAppsList.tsx

Co-authored-by: Omar López <zomars@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
2022-12-07 14:47:02 -07:00
..
api Add support to open a redirect URL in new tab (#5480) 2022-11-13 15:51:31 +00:00
components added n8n to app store (#4291) 2022-09-08 18:34:01 +02:00
static added n8n to app store (#4291) 2022-09-08 18:34:01 +02:00
_metadata.ts Admin apps UI (#5494) 2022-12-07 14:47:02 -07:00
config.json Add links to Zapier templates in installed apps (#4982) 2022-10-15 08:05:37 +00:00
index.ts added n8n to app store (#4291) 2022-09-08 18:34:01 +02:00
package.json added n8n to app store (#4291) 2022-09-08 18:34:01 +02:00
README.mdx Removed old v1 app components in web. (#5286) 2022-10-31 10:42:01 +00:00

---
items:
  - /api/app-store/n8n/1.png
  - /api/app-store/n8n/2.png
  - /api/app-store/n8n/3.png
  - https://docs.n8n.io/_images/integrations/builtin/credentials/cal/getting-api-key.gif
---

<p>You can use these credentials to authenticate the following nodes with Cal.</p>
<ul>
  <li>
    <a target="_blank" href="https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.caltrigger/">Cal Trigger</a>
  </li>
</ul>
<h2>Prerequisites</h2>
<h2>Using API keys</h2>
<p>Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.</p>
<ol>
  <li>Log into your Cal account.</li>
  <li>Click on <a target="_blank" href="/settings"><strong>Settings</strong></a>.</li>
  <li>There you will find the API keys section which allows you to generate a key for use. More information on this can be found on the <a href="https://developer.cal.com/api/authentication">Cal Authentication</a> page.</li>
  <li>Use API key in your Cal trigger node credentials in n8n.</li>
</ol>