Skip to content

Commit 2334c3b

Browse files
Amit91848PeerRich
andauthored
fix: optimize SEO healthscore (#21509)
* compress app store images * replace http linkages with https * fix link raycast * update http links to https --------- Co-authored-by: Peer Richelsen <[email protected]>
1 parent 9542116 commit 2334c3b

File tree

39 files changed

+46
-46
lines changed

39 files changed

+46
-46
lines changed

docs/platform/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In order for atoms to handle scheduling on behalf of your users, you have to cre
2929

3030
#### What is a “Managed user”?
3131
It is a representation of your user within our database containing basic information like email and is used to manage the setup of Google Calendar.
32-
After creating a “managed user” you will receive the user ID, an access and a refresh token that are used by atoms to handle scheduling and can be used to modify the “managed user” information, so make sure to store the tokens and the [cal.com](http://cal.com) user ID in your database. Also, you will have to connect each user on your end with the access and refresh tokens by adding new properties on your User model in database that store the tokens, for example.
32+
After creating a “managed user” you will receive the user ID, an access and a refresh token that are used by atoms to handle scheduling and can be used to modify the “managed user” information, so make sure to store the tokens and the [cal.com](https://cal.com) user ID in your database. Also, you will have to connect each user on your end with the access and refresh tokens by adding new properties on your User model in database that store the tokens, for example.
3333

3434
#### What is it not?
3535
It's important to clarify that a "managed user" is completely independent of a regular user account on cal.com, meaning you don't need your users to register on cal.com web application.

docs/self-hosting/guides/appstore-and-integration/syncing-third-party-apps.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ title: "How to sync third party apps"
44

55
<Steps>
66
<Step title="Add the required variables in your `.env` file">
7-
1. `CALCOM_WEBHOOK_SECRET`
7+
1. `CALCOM_WEBHOOK_SECRET`
88
- You can generate this by running `openssl rand -base64 32`. This is required when sending 3rd party app credentials from your platform to your instance of Cal.com.
99
2. On your self-hosted instance of Cal.com visit settings/admin/apps under an admin account. Here you can enable/disable apps on Cal.com and set the app keys (client id, client secret, etc.). These keys should match the ones on your platform.
10-
3. `CALCOM_WEBHOOK_HEADER_NAME`
11-
- The header name is expected to contain the webhook secret. The default is `calcom-webhook-secret`
10+
3. `CALCOM_WEBHOOK_HEADER_NAME`
11+
- The header name is expected to contain the webhook secret. The default is `calcom-webhook-secret`
1212
5. `CALCOM_CREDENTIAL_SYNC_ENDPOINT`
13-
- The endpoint on your platform that your instance of [Cal.com](http://Cal.com) will make a request to if the 3rd party app credentials are expired.
13+
- The endpoint on your platform that your instance of [Cal.com](https://Cal.com) will make a request to if the 3rd party app credentials are expired.
1414
5. `CALCOM_APP_CREDENTIAL_ENCRYPTION_KEY`
1515
- When sending 3rd party app credentials between your platform and your instance Cal.com, we expect these to be encrypted using AES256. When you encrypt the 3rd party app credentials, ensure the same key is used.
1616

@@ -23,7 +23,7 @@ title: "How to sync third party apps"
2323
// UserId of the Cal.com user
2424
userId: number;
2525

26-
// The app slug that is on Cal.com.
26+
// The app slug that is on Cal.com.
2727
// Can be found in the Cal.com database in the App table
2828
appSlug: string;
2929

@@ -35,7 +35,7 @@ title: "How to sync third party apps"
3535
```
3636
</Step>
3737
<Step title="Refreshing credentials">
38-
When [Cal.com](http://Cal.com) needs to refresh the app credentials it will make a request to `CALCOM_CREDENTIAL_SYNC_ENDPOINT`. The request contains the following.
38+
When [Cal.com](https://Cal.com) needs to refresh the app credentials it will make a request to `CALCOM_CREDENTIAL_SYNC_ENDPOINT`. The request contains the following.
3939

4040
```javascript
4141
{
@@ -47,7 +47,7 @@ title: "How to sync third party apps"
4747
</Step>
4848
</Steps>
4949

50-
50+
5151
<Note>
52-
This only works if you have integrated [Cal.com](http://cal.com/) into your platform. Users **must** consent to give access to your platform, and you are simply using [Cal.com](http://cal.com/)'s code within your platform.
53-
</Note>
52+
This only works if you have integrated [Cal.com](https://cal.com/) into your platform. Users **must** consent to give access to your platform, and you are simply using [Cal.com](http://cal.com/)'s code within your platform.
53+
</Note>

packages/app-store/alby/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"categories": ["payment"],
1010
"publisher": "Alby",
1111
"email": "[email protected]",
12-
"description": "Your Bitcoin & Nostr companion for the web. Use Alby to charge Satoshi for your Cal.com meetings.\r",
12+
"description": "Your Bitcoin & Nostr companion for the web. Use Alby to charge Satoshi for your [Cal.com](https://cal.com) meetings.\r",
1313
"extendsFeature": "EventType",
1414
"isTemplate": false,
1515
"__createdUsingCli": true,

packages/app-store/autocheckin/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"categories": ["automation"],
1010
"publisher": "Patrick Goeler von Ravensburg",
1111
"email": "[email protected]",
12-
"description": "You simply paste a Cal.com link of someone, select a frequency and we will take care of the scheduling for you.\r\r",
12+
"description": "You simply paste a [Cal.com](https://cal.com) link of someone, select a frequency and we will take care of the scheduling for you.\r\r",
1313
"isTemplate": false,
1414
"__createdUsingCli": true,
1515
"__template": "link-as-an-app"

packages/app-store/bolna/DESCRIPTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Create agents using 0 Code! Edit our pre-built agents or design your own agent f
1717
Our agents understand your business and speak with the tone and finesse of trained receptionists (understanding interruptions, pauses etc.)
1818

1919
### Function calling
20-
Simply add functions to book calendar appointments(cal.com), transfer calls to human agents in real time, or even create your own function calls
20+
Simply add functions to book calendar appointments([cal.com](https://cal.com)), transfer calls to human agents in real time, or even create your own function calls
2121

2222
### Multi-lingual support
2323
Create agents in any language and place calls anywhere around the world

packages/app-store/chatbase/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"categories": ["other"],
1010
"publisher": "Chatbase",
1111
"email": "[email protected]",
12-
"description": "Add Cal.com to your Chatbase AI Chatbot and accept bookings right inside chat.",
12+
"description": "Add [Cal.com](https://cal.com/) to your Chatbase AI Chatbot and accept bookings right inside chat.",
1313
"isTemplate": false,
1414
"__createdUsingCli": true,
1515
"__template": "link-as-an-app"

packages/app-store/greetmate-ai/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"categories": ["automation"],
1010
"publisher": "Greetmate Inc.",
1111
"email": "[email protected]",
12-
"description": "Connect Cal.com to Greetmate.ai and enable appointment scheduling for your AI agents.",
12+
"description": "Connect [Cal.com](https://cal.com/) to [Greetmate.ai](https://www.greetmate.ai/) and enable appointment scheduling for your AI agents.",
1313
"isTemplate": false,
1414
"__createdUsingCli": true,
1515
"__template": "link-as-an-app"

packages/app-store/hitpay/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"categories": ["payment"],
1010
"publisher": "HitPay",
1111
"email": "[email protected]",
12-
"description": "HitPay's Cal.com payment integration combines powerful scheduling with seamless local payment acceptance. Our online scheduling software integration is built for customers in APAC, supporting their favorite e-wallets and banking apps.<p>Accept a wide range of local payments including:</p><span><strong data-stringify-type=\"bold\">Real-time QR Code Payments:&nbsp;</strong>e.g. PayNow, DuitNow, QRIS, PromptPay</span><br/><span><strong data-stringify-type=\"bold\">E-Wallets:&nbsp;</strong>e.g. GrabPay, ShopeePay, GCash, AliPay, WeChat Pay</span><br/><span><strong data-stringify-type=\"bold\">Credit &amp; Debit Cards:&nbsp;</strong>e.g. Visa, Mastercard, American Express, UnionPay</span><br/><span><strong data-stringify-type=\"bold\">Buy Now, Pay Later:&nbsp;</strong>e.g. PayLater by Grab, SPayLater, Atome</span><br/><p>About HitPay</p><span>HitPay is a full-stack payments infrastructure platform designed for growing businesses in APAC. We unify e-commerce, point of sale, and B2B payments into a single platform. HitPay is regulated in 6 APAC jurisdictions and backed by leading global investors, including Tiger Global, Y Combinator, Global Founders Capital, and HOF Capital.</span><br/><p>Learn more at&nbsp;<a class=\"c-link\" href=\"https://hitpayapp.com/cal.com\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"https://hitpayapp.com/cal.com\" data-sk=\"tooltip_parent\">https://hitpayapp.com/cal.com</a></p>",
12+
"description": "HitPay's [Cal.com](https://cal.com) payment integration combines powerful scheduling with seamless local payment acceptance. Our online scheduling software integration is built for customers in APAC, supporting their favorite e-wallets and banking apps.<p>Accept a wide range of local payments including:</p><span><strong data-stringify-type=\"bold\">Real-time QR Code Payments:&nbsp;</strong>e.g. PayNow, DuitNow, QRIS, PromptPay</span><br/><span><strong data-stringify-type=\"bold\">E-Wallets:&nbsp;</strong>e.g. GrabPay, ShopeePay, GCash, AliPay, WeChat Pay</span><br/><span><strong data-stringify-type=\"bold\">Credit &amp; Debit Cards:&nbsp;</strong>e.g. Visa, Mastercard, American Express, UnionPay</span><br/><span><strong data-stringify-type=\"bold\">Buy Now, Pay Later:&nbsp;</strong>e.g. PayLater by Grab, SPayLater, Atome</span><br/><p>About HitPay</p><span>HitPay is a full-stack payments infrastructure platform designed for growing businesses in APAC. We unify e-commerce, point of sale, and B2B payments into a single platform. HitPay is regulated in 6 APAC jurisdictions and backed by leading global investors, including Tiger Global, Y Combinator, Global Founders Capital, and HOF Capital.</span><br/><p>Learn more at&nbsp;<a class=\"c-link\" href=\"https://hitpayapp.com/cal.com\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"https://hitpayapp.com/cal.com\" data-sk=\"tooltip_parent\">https://hitpayapp.com/cal.com</a></p>",
1313
"extendsFeature": "EventType",
1414
"isTemplate": false,
1515
"__createdUsingCli": true,

packages/app-store/ics-feedcalendar/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"categories": ["calendar"],
1010
"publisher": "Cal.com, Inc.",
1111
"email": "[email protected]",
12-
"description": "Import events from an ICS Feed into Cal.com.",
12+
"description": "Import events from an ICS Feed into [Cal.com](https://cal.com).",
1313
"isTemplate": false,
1414
"__createdUsingCli": true
1515
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
items:
3-
- 1.png
4-
- 2.png
5-
- 3.png
3+
- 1.webp
4+
- 2.webp
5+
- 3.webp
66
---
77

88
{DESCRIPTION}

packages/app-store/intercom/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"categories": ["automation"],
1010
"publisher": "Valentin Chmara",
1111
"email": "[email protected]",
12-
"description": "Enhance your scheduling and appointment management experience with the Intercom Integration for Cal.com.",
12+
"description": "Enhance your scheduling and appointment management experience with the Intercom Integration for [Cal.com](https://cal.com).",
1313
"isTemplate": false,
1414
"__createdUsingCli": true,
1515
"__template": "basic",
175 KB
Binary file not shown.
141 KB
Binary file not shown.
160 KB
Binary file not shown.

packages/app-store/make/DESCRIPTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ items:
77
- 5.png
88
---
99

10-
Workflow automation for everyone. Use the Cal.com app in Make to automate your workflows when a booking is created, rescheduled, cancelled or when a meeting has ended. You can also get all your booking with the 'List Bookings' module.<br /><br />**After Installation:** Have you lost your API key? You can always generate a new key on the <a href="/apps/make/setup">**<ins>Make Setup Page</ins>**</a>
10+
Workflow automation for everyone. Use the [Cal.com](https://cal.com) app in Make to automate your workflows when a booking is created, rescheduled, cancelled or when a meeting has ended. You can also get all your booking with the 'List Bookings' module.<br /><br />**After Installation:** Have you lost your API key? You can always generate a new key on the <a href="/apps/make/setup">**<ins>Make Setup Page</ins>**</a>

packages/app-store/monobot/DESCRIPTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
items:
33
- iframe: { src: https://www.youtube.com/embed/Jm2elbC9UmI }
4-
- 1.jpeg
4+
- 1.webp
55
- 2.jpeg
66
- 3.jpeg
77
---
-3.53 MB
Binary file not shown.
147 KB
Binary file not shown.

packages/app-store/nextcloudtalk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
4. In the left panel under "Administration" click on "Security".
77
5. Scroll down until the end of the page to "OAuth 2.0 clients".
88
6. Under "Add client" give your client a name, e.g. "Cal.com".
9-
7. Set the Redirection URI as `<Cal.com URL>/api/integrations/nextcloudtalk/callback` replacing Cal.com URL with the URI at which your application runs.
9+
7. Set the Redirection URI as `<Cal.com URL>/api/integrations/nextcloudtalk/callback` replacing [Cal.com](https://cal.com) URL with the URI at which your application runs.
1010
8. Click "Add".
11-
9. Copy the Client Identifier and Secret key and add these while enabling the app through Settings -> Admin -> Apps interface
11+
9. Copy the Client Identifier and Secret key and add these while enabling the app through Settings -> Admin -> Apps interface

packages/app-store/paypal/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"categories": ["payment"],
99
"publisher": "Cal.com",
1010
"email": "[email protected]",
11-
"description": "Paypal payment app by Cal.com",
11+
"description": "Paypal payment app by [Cal.com](https://cal.com)",
1212
"extendsFeature": "EventType",
1313
"isTemplate": false,
1414
"__createdUsingCli": true,

packages/app-store/raycast/DESCRIPTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ items:
66
- 4.png
77
---
88

9-
Quickly share your Cal.com meeting links with Raycast. Requires Raycast.com to be installed and the Cal.com from the Raycast Store needs to be installed: https://www.raycast.com/cal/. You can create an API token in your Developer Cal.com Settings, and then you can add the API Key by opening up the Cal.com App in Raycast.
9+
Quickly share your [Cal.com](https://cal.com) meeting links with Raycast. Requires [Raycast.com](https://www.raycast.com/) to be installed and the [Cal.com](https://cal.com) from the Raycast Store needs to be installed: https://www.raycast.com/cal/. You can create an API token in your Developer [Cal.com](https://cal.com) Settings, and then you can add the API Key by opening up the [Cal.com](https://cal.com) App in Raycast.

packages/app-store/raycast/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"categories": ["automation"],
1010
"publisher": "Eric Luce",
1111
"email": "[email protected]",
12-
"description": "Quickly share your Cal.com meeting links with Raycast",
12+
"description": "Quickly share your [Cal.com](https://cal.com) meeting links with Raycast",
1313
"__createdUsingCli": true,
1414
"isOAuth": false
1515
}

packages/app-store/retell-ai/DESCRIPTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Build and test complex workflows in a matter of minutes, then deploy them via ph
1717

1818
## Preset Functions
1919

20-
Ease of use functions like book a meeting at Cal.com, Call transfer, voicemail detection, etc...
20+
Ease of use functions like book a meeting at [Cal.com](https://cal.com), Call transfer, voicemail detection, etc...
2121

2222
## Humanlike Voice Experience
2323

packages/app-store/synthflow/DESCRIPTION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ items:
1010

1111
One of the best ways for a service business to create and close more customers is to respond to inbound leads as quickly as possible. However, it's often impractical to have someone available to answer calls around the clock. Synthflow makes it possible for all businesses, regardless of size and technical know-how, to automate inbound and outbound phone calls with voice AI.
1212

13-
### Integrating Cal.com with Synthflow
13+
### Integrating [Cal.com](https://cal.com) with Synthflow
1414

15-
1. Easily connect Cal.com with Synthflow using Cal.com API key.
15+
1. Easily connect [Cal.com](https://cal.com) with Synthflow using [Cal.com](https://cal.com) API key.
1616
2. Set up actions and define specific booking parameters tailored to your needs.
1717
3. Attach the scheduling action to your assistant. Your AI Voice Assistants can now book appointments directly into live calendars and send instant notifications.

packages/app-store/telli/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"categories": ["automation"],
1010
"publisher": "telli technologies GmbH",
1111
"email": "[email protected]",
12-
"description": "telli AI agents reach your customers, make calls independently & enhance your customer experience - fully integrated into Cal.com.",
12+
"description": "telli AI agents reach your customers, make calls independently & enhance your customer experience - fully integrated into [Cal.com](https://cal.com).",
1313
"isTemplate": false,
1414
"__createdUsingCli": true,
1515
"__template": "link-as-an-app"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
description: The world's fastest calendar, beautifully designed for a remote world
33
items:
4-
- 1.gif
4+
- 1.avif
55
- 2.gif
6-
- 3.gif
7-
- 4.gif
6+
- 3.avif
7+
- 4.avif
88
---
99

1010
The world's fastest calendar, beautifully designed for a remote world
-393 KB
Binary file not shown.
-2.84 MB
Binary file not shown.
-108 KB
Binary file not shown.
-2.13 MB
Binary file not shown.
-11.5 KB
Binary file not shown.
-1.55 MB
Binary file not shown.

packages/app-store/webex/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
6. Give your app a name.
99
7. Upload an icon or choose one of the default icons.
1010
8. Give your app a short description.
11-
9. Set the Redirect URI as `<Cal.com URL>/api/integrations/webex/callback` replacing Cal.com URL with the URI at which your application runs.
11+
9. Set the Redirect URI as `<Cal.com URL>/api/integrations/webex/callback` replacing [Cal.com](https://cal.com) URL with the URI at which your application runs.
1212
10. Select the following scopes: "meeting:schedules_read", "meeting:schedules_write".
1313
11. Click "Add Integration".
1414
12. Copy the Client ID and Client Secret and add these while enabling the app through Settings -> Admin -> Apps interface

packages/app-store/wipemycalother/DESCRIPTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ items:
55

66
<iframe class="w-full aspect-video" width="560" height="315" src="https://www.youtube.com/embed/lPO6SAjkKrQ?start=235" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
77

8-
Wipe My Cal is a Cal.com exclusive app that redefines what it looks like to reschedule multiple meetings at the same time. Simply install the app, and select ‘Wipe Today’ in the /booking page to mass reschedule the entire day. Handle emergencies, unexpected sick days and last minute events with the simple click of a button.
8+
Wipe My Cal is a [Cal.com](https://cal.com) exclusive app that redefines what it looks like to reschedule multiple meetings at the same time. Simply install the app, and select ‘Wipe Today’ in the /booking page to mass reschedule the entire day. Handle emergencies, unexpected sick days and last minute events with the simple click of a button.

packages/app-store/wordpress/DESCRIPTION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Embedded booking pages right into your wordpress page.
22

33
#### FEATURES
44

5-
- Add Cal.com booking calendar to any WordPress page/post with a simple shortcode.
6-
- Display your Cal.com booking calendar inline or in a popup.
5+
- Add [Cal.com](https://cal.com) booking calendar to any WordPress page/post with a simple shortcode.
6+
- Display your [Cal.com](https://cal.com) booking calendar inline or in a popup.
77
- Customize your booking button to suit you.
88

99
#### SHORTCODE

packages/app-store/zapier/DESCRIPTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ items:
44
- 2.jpg
55
---
66

7-
Workflow automation for everyone. Use the Cal.com Zapier app to automate your workflows when a booking is created, rescheduled, cancelled or when a meeting ended.<br /><br />**After Installation:** Have you lost your API key? You can always generate a new key on the <a href="/apps/zapier/setup">**<ins>Zapier Setup Page</ins>**</a>
7+
Workflow automation for everyone. Use the [Cal.com](https://cal.com) Zapier app to automate your workflows when a booking is created, rescheduled, cancelled or when a meeting ended.<br /><br />**After Installation:** Have you lost your API key? You can always generate a new key on the <a href="/apps/zapier/setup">**<ins>Zapier Setup Page</ins>**</a>

packages/app-store/zapier/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you run it on localhost, check out the [additional information](https://githu
1414
3. Click **Start a Zapier Integration**
1515
4. Create Integration
1616
- Name: Cal.com
17-
- Description: Cal.com is a scheduling infrastructure for absolutely everyone.
17+
- Description: [Cal.com](https://cal.com) is a scheduling infrastructure for absolutely everyone.
1818
- Intended Audience: Private
1919
- Role: choose whatever is appropriate
2020
- Category: Calendar
@@ -29,7 +29,7 @@ If you run it on localhost, check out the [additional information](https://githu
2929
- Test: GET `<baseUrl>`/api/integrations/zapier/listBookings
3030
- URL Params
3131
- apiKey: {{bundle.authData.apiKey}}
32-
4. Test your authentication —> First you have to install Zapier in the Cal.com App Store and generate an API key, use this API key to test your authentication (only zapier Api key works)
32+
4. Test your authentication —> First you have to install Zapier in the [Cal.com](https://cal.com)App Store and generate an API key, use this API key to test your authentication (only zapier Api key works)
3333

3434
## Triggers
3535

0 commit comments

Comments
 (0)