Skip to content

Commit ad35e19

Browse files
feat: fonio.ai app (calcom#23874)
* added fonio * small hitpay update * added fonio screenshots * added description * fix: rename 1.jpg -> 1.jpeg in fonio-ai app --------- Co-authored-by: Rodrigo Ehlers <rodrigoehlers@outlook.com>
1 parent 3fc8c6c commit ad35e19

16 files changed

Lines changed: 89 additions & 1 deletion

File tree

packages/app-store/apps.metadata.generated.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ import exchangecalendar_config_json from "./exchangecalendar/config.json";
3232
import facetime_config_json from "./facetime/config.json";
3333
import fathom_config_json from "./fathom/config.json";
3434
import { metadata as feishucalendar__metadata_ts } from "./feishucalendar/_metadata";
35+
import fonio_ai_config_json from "./fonio-ai/config.json";
3536
import ga4_config_json from "./ga4/config.json";
3637
import { metadata as giphy__metadata_ts } from "./giphy/_metadata";
3738
import { metadata as googlecalendar__metadata_ts } from "./googlecalendar/_metadata";
@@ -140,6 +141,7 @@ export const appStoreMetadata = {
140141
facetime: facetime_config_json,
141142
fathom: fathom_config_json,
142143
feishucalendar: feishucalendar__metadata_ts,
144+
"fonio-ai": fonio_ai_config_json,
143145
ga4: ga4_config_json,
144146
giphy: giphy__metadata_ts,
145147
googlecalendar: googlecalendar__metadata_ts,

packages/app-store/apps.server.generated.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export const apiHandlers = {
3232
facetime: import("./facetime/api"),
3333
fathom: import("./fathom/api"),
3434
feishucalendar: import("./feishucalendar/api"),
35+
"fonio-ai": import("./fonio-ai/api"),
3536
ga4: import("./ga4/api"),
3637
giphy: import("./giphy/api"),
3738
googlecalendar: import("./googlecalendar/api"),
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
items:
3+
- iframe: { src: https://www.youtube.com/embed/5KCjfa_4a58 }
4+
- 1.jpeg
5+
- 2.jpeg
6+
- 3.jpeg
7+
- 4.jpeg
8+
- 5.jpeg
9+
---
10+
11+
12+
# Anwendungsfälle
13+
14+
Unser KI-Telefonassistent passt sich flexibel deinen Bedürfnissen an und integriert sich nahtlos in Systeme wie Kalender und CRM. Automatisierte Anrufe, die Sinn machen!
15+
16+
## Sekretariat
17+
Der KI-Assistent übernimmt eingehende Anrufe und leitet sie bei Bedarf an die zuständigen Ansprechpartner weiter.
18+
19+
20+
## Transkription
21+
Unsere KI nimmt die Anliegen deiner Kunden entgegen, transkribiert sie und sendet sie dir per E-Mail, wenn du gerade nicht erreichbar bist.
22+
23+
## Kundenservice
24+
Lass unsere KI rund um die Uhr die Anliegen deiner Kunden betreuen. Über unsere Plattform kannst du das Verhalten der KI – auch in Spezialfällen – exakt festlegen.
25+
26+
## Bestellannahme
27+
Biete schnellen Service mit automatisierter 24/7-Anfragenbearbeitung.
28+
29+
## Terminplanung
30+
Unsere KI kann während dem Gespräch Termine vereinbaren – kompatibel mit allen Kalendern, die auch cal.com unterstützen.
31+
32+
33+
{DESCRIPTION}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
import { createDefaultInstallation } from "@calcom/app-store/_utils/installation";
2+
import type { AppDeclarativeHandler } from "@calcom/types/AppHandler";
3+
4+
import appConfig from "../config.json";
5+
6+
const handler: AppDeclarativeHandler = {
7+
appType: appConfig.type,
8+
variant: appConfig.variant,
9+
slug: appConfig.slug,
10+
supportsMultipleInstalls: false,
11+
handlerType: "add",
12+
redirect: {
13+
newTab: true,
14+
url: "https://docs.fonio.ai/Tools/Terminbuchung",
15+
},
16+
createCredential: ({ appType, user, slug, teamId }) =>
17+
createDefaultInstallation({ appType, user: user, slug, key: {}, teamId }),
18+
};
19+
20+
export default handler;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { default as add } from "./add";

packages/app-store/fonio-ai/components/.gitkeep

Whitespace-only changes.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"/*": "Don't modify slug - If required, do it using cli edit command",
3+
"name": "fonio.ai",
4+
"slug": "fonio-ai",
5+
"type": "fonio-ai_automation",
6+
"logo": "icon.png",
7+
"url": "https://docs.fonio.ai/Tools/Terminbuchung",
8+
"variant": "automation",
9+
"categories": ["automation"],
10+
"publisher": "fonio GmbH",
11+
"email": "info@fonio.ai",
12+
"description": "Der KI-Telefonassistent auf Deutsch\r",
13+
"isTemplate": false,
14+
"__createdUsingCli": true,
15+
"__template": "link-as-an-app"
16+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * as api from "./api";
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"$schema": "https://json.schemastore.org/package.json",
3+
"private": true,
4+
"name": "@calcom/fonio-ai",
5+
"version": "0.0.0",
6+
"main": "./index.ts",
7+
"dependencies": {
8+
"@calcom/lib": "*"
9+
},
10+
"devDependencies": {
11+
"@calcom/types": "*"
12+
},
13+
"description": "Der KI-Telefonassistent auf Deutsch\r"
14+
}
67.6 KB
Loading

0 commit comments

Comments
 (0)