added lindy (#20721)

This commit is contained in:
Peer Richelsen
2025-04-16 14:27:53 +00:00
committed by GitHub
parent ddfd3fda70
commit 7b8bbaaa86
15 changed files with 69 additions and 0 deletions
@@ -48,6 +48,7 @@ import intercom_config_json from "./intercom/config.json";
import jelly_config_json from "./jelly/config.json";
import { metadata as jitsivideo__metadata_ts } from "./jitsivideo/_metadata";
import { metadata as larkcalendar__metadata_ts } from "./larkcalendar/_metadata";
import lindy_config_json from "./lindy/config.json";
import linear_config_json from "./linear/config.json";
import make_config_json from "./make/config.json";
import matomo_config_json from "./matomo/config.json";
@@ -154,6 +155,7 @@ export const appStoreMetadata = {
jelly: jelly_config_json,
jitsivideo: jitsivideo__metadata_ts,
larkcalendar: larkcalendar__metadata_ts,
lindy: lindy_config_json,
linear: linear_config_json,
make: make_config_json,
matomo: matomo_config_json,
@@ -48,6 +48,7 @@ export const apiHandlers = {
jelly: import("./jelly/api"),
jitsivideo: import("./jitsivideo/api"),
larkcalendar: import("./larkcalendar/api"),
lindy: import("./lindy/api"),
linear: import("./linear/api"),
make: import("./make/api"),
matomo: import("./matomo/api"),
+10
View File
@@ -0,0 +1,10 @@
---
items:
- 1.jpg
- 2.jpg
- 3.jpg
- 4.jpg
- 5.jpg
---
{DESCRIPTION}
+20
View File
@@ -0,0 +1,20 @@
import { createDefaultInstallation } from "@calcom/app-store/_utils/installation";
import type { AppDeclarativeHandler } from "@calcom/types/AppHandler";
import appConfig from "../config.json";
const handler: AppDeclarativeHandler = {
appType: appConfig.type,
variant: appConfig.variant,
slug: appConfig.slug,
supportsMultipleInstalls: false,
handlerType: "add",
redirect: {
newTab: true,
url: "https://www.lindy.ai/integrations/cal-com",
},
createCredential: ({ appType, user, slug, teamId }) =>
createDefaultInstallation({ appType, user: user, slug, key: {}, teamId }),
};
export default handler;
+1
View File
@@ -0,0 +1 @@
export { default as add } from "./add";
+16
View File
@@ -0,0 +1,16 @@
{
"/*": "Don't modify slug - If required, do it using cli edit command",
"name": "Lindy",
"slug": "lindy",
"type": "lindy_automation",
"logo": "icon-dark.svg",
"url": "https://www.lindy.ai/integrations/cal-com",
"variant": "automation",
"categories": ["automation"],
"publisher": "Lindy",
"email": "flo@lindy.ai",
"description": "Build AI agents in minutes to automate workflows, save time and grow your business",
"isTemplate": false,
"__createdUsingCli": true,
"__template": "link-as-an-app"
}
+1
View File
@@ -0,0 +1 @@
export * as api from "./api";
+14
View File
@@ -0,0 +1,14 @@
{
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"name": "@calcom/lindy",
"version": "0.0.0",
"main": "./index.ts",
"dependencies": {
"@calcom/lib": "*"
},
"devDependencies": {
"@calcom/types": "*"
},
"description": "Build AI agents in minutes to automate workflows, save time and grow your business"
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

@@ -0,0 +1,4 @@
<svg width="27" height="27" viewBox="0 0 27 27" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.9049 4.10085L12.344 5.66177C12.2095 5.79623 12.2095 6.01546 12.344 6.15285L19.0993 12.9081C19.2337 13.0425 19.2337 13.2618 19.0993 13.3991L12.344 20.1544C12.2095 20.2888 12.2095 20.5081 12.344 20.6455L13.9049 22.2064C14.0394 22.3408 14.2586 22.3408 14.396 22.2064L23.2033 13.3991C23.3377 13.2647 23.3377 13.0455 23.2033 12.9081L14.396 4.10085C14.2615 3.96638 14.0423 3.96638 13.9049 4.10085Z" fill="black"/>
<path d="M9.20192 12.9045L12.8032 9.30324C12.9376 9.16878 12.9376 8.94955 12.8032 8.81217L11.2422 7.25124C11.1078 7.11678 10.8885 7.11678 10.7512 7.25124L5.10085 12.9045C4.96638 13.0389 4.96638 13.2582 5.10085 13.3955L10.7541 19.0517C10.8885 19.1862 11.1078 19.1862 11.2452 19.0517L12.8061 17.4908C12.9405 17.3563 12.9405 17.1371 12.8061 16.9997L9.20192 13.3955C9.06746 13.2611 9.06746 13.0419 9.20192 12.9045Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 951 B