Files
calendar/packages/app-store/make
Benny JooGitHubDevin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
76bba1ca05 refactor: remove circular dependency between appstore and trpc (#23768)
* mv PaymentPage to web

* mv 2 more components to web

* refactor

* update imports

* mv

* revert

* fix

* fix

* update

* migrate relevant test too

* move setup components to web from appstore

* move wipemycalother

* mv

* fix typechecks

* mv more routing forms components

* fix

* fix

* fix

* fix: resolve type errors in SingleForm.tsx after migration

- Updated SingleFormComponentProps type to include enriched form properties
- Added proper typing for user, team, nonOrgUsername, nonOrgTeamslug, userOrigin, teamOrigin
- Fixes type errors that occurred after migrating SingleForm.tsx from packages/app-store/routing-forms/components/
- Resolves both SingleForm.tsx and TestForm.tsx type errors

Co-Authored-By: benny@cal.com <sldisek783@gmail.com>

* delete

* refactors

* fix

* fix

* fix

* remove usage of trpc client from OmniInstallAppButton.tsx

* fix test

* import only type

* fix test

* remove trpc package from appstore package.json

* remove remaining trpc usage

* update test

* fix type checks

* fix errors

* fix

* make it error

* nit

---------

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2025-09-14 12:51:05 +00:00
..
2023-09-04 14:52:34 +00:00
2023-09-04 14:52:34 +00:00

Setting up Make Integration

  1. Install the app from the Cal app store and generate an API key. Copy the API key.
  2. Go to /admin/apps/automation in Cal and set the invite_link for Make to https://www.make.com/en/hq/app-invitation/6cb2772b61966508dd8f414ba3b44510 to use the app.
  3. Create a Make account, if you don't have one.
  4. Go to Scenarios in the sidebar and click on Create a new scenario.
  5. Search for Cal.com in the apps list and select from the list of triggers - Booking Created, Booking Deleted, Booking Rescheduled, Meeting Ended
  6. To create a connection you will need your Cal deployment url and the app API Key generated above. You only need to create a connection once, all webhooks can use that connection.
  7. Setup the webhook for the desired event in Make.
  8. To delete a webhook, go to Webhooks in the left sidebar in Make, pick the webhook you want to delete and click delete.

Localhost or Self-hosting

Localhost urls can not be used as the base URL for api endpoints

Possible solution: using https://ngrok.com/

  1. Create Account
  2. Download ngrok and start a tunnel to your running localhost
    • Use forwarding url as your baseUrl for the URL endpoints
  3. Use the ngrok url as your Cal deployment url when creating the Connection in Make.