cal.pub0.org/packages/app-store/n8n
Carina Wollendorfer 6ee9de6dd8
Add links to Zapier templates in installed apps (#4982)
* add automation cateogry for n8n and zapier

* fix border radius for seperated apps

* create app specific settings in installed apps

* Fixed design issues caused by app settings

* add first version of template cards with logos

* Add link to zapier template

* Add missing translations

* fix mobile view

* better readable app description in mobile view

* code clean up

* fix issue that lisItem was always expanded

* code clean up

* code clean up

* fix import

* fix typo

* code clean up

* add missing alt to img

* use FiShare2 icon instead of FiZap

* Remove duplicate entries

Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2022-10-15 08:05:37 +00:00
..
api fixed n8n link (#4953) 2022-10-11 16:29:52 +01: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
README.mdx added n8n to app store (#4291) 2022-09-08 18:34:01 +02:00
_metadata.ts Add automation category and move zapier and n8n to it (#4410) 2022-09-15 08:16:56 +00: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

---
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
---

<Slider items={items} />

<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>