-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: make.com/integromat app #8897
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@aar2dee2 is attempting to deploy a commit to the cal Team on Vercel. A member of the Team first needs to authorize it. |
📦 Next.js Bundle Analysis for @calcom/webThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
Hi @aar2dee2, great start on the app so far. I'm going to convert this PR to a draft as this isn't fully flushed out yet. Once you are done feel free to mark this PR as ready for review. |
@aar2dee2 whats missing here to be ready for review? |
So, I've got the webhooks & modules setup. Auth is working using a cal.com API key (similar to Zapier integration). |
There a number of handlers that import the nodeScheduler from the Will we need to handle @PeerRich tagging you, not sure who's the right person to answer this. |
Working integration with Google Sheets: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good to me now!! Great work @aar2dee2. Conflicts need to be resolved though before merge which I think @CarinaWolli will help with that.
@@ -337,7 +337,9 @@ export default async function main() { | |||
invite_link: process.env.ZAPIER_INVITE_LINK, | |||
}); | |||
} | |||
|
|||
await createApp("make", "make", ["automation"], "make_automation", { | |||
invite_link: "https://make.com/en/hq/app-invitation/6cb2772b61966508dd8f414ba3b44510", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'll take a look at how we can get the app published, so we won't need the link no more
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed the conflicts and made some small changes. Looks good to me now, great work 🙌🏻
Invite link is available on setup page. Will be removed once cal.com app is publish in Make
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo
@@ -1089,6 +1092,7 @@ | |||
"or_lowercase": "or", | |||
"nevermind": "Nevermind", | |||
"go_to": "Go to: ", | |||
"invite_link_make": "<li>Go to<a>Make Invite Link</a> and install Cal.com appp</li>", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo here. It's app
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx. will fix in a different PR
|
We need to copy the invite link from the app store README. Here's the link I'm thinking we can also add the invite link to the app description in the app store until we have a public app on Make? |
What does this PR do?
Fixes #1550
/attempt #1550
Environment: Staging(main branch) / Production
Type of change
How should this be tested?
Checklist