* Add Famulor app integration to app store Introduces the Famulor app as a new automation integration in the app store, including configuration, API handler, assets, and documentation. Updates redirectApps utility to include 'famulor' for redirection support. * fixed - famulor * Update packages/app-store/famulor/api/add.ts Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com> * Update packages/app-store/famulor/config.json Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com> * yarn app-store:build --------- Co-authored-by: Sahitya Chandra <sahityajb@gmail.com> Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Dhairyashil Shinde <93669429+dhairyashiil@users.noreply.github.com>
36 lines
595 B
TypeScript
36 lines
595 B
TypeScript
/**
|
|
This file is autogenerated using the command `yarn app-store:build --watch`.
|
|
Don't modify this file manually.
|
|
**/
|
|
export const REDIRECT_APPS = [
|
|
"amie",
|
|
"autocheckin",
|
|
"baa-for-hipaa",
|
|
"bolna",
|
|
"caretta",
|
|
"chatbase",
|
|
"clic",
|
|
"cron",
|
|
"deel",
|
|
"elevenlabs",
|
|
"famulor",
|
|
"fonio-ai",
|
|
"framer",
|
|
"granola",
|
|
"greetmate-ai",
|
|
"lindy",
|
|
"linear",
|
|
"millis-ai",
|
|
"monobot",
|
|
"n8n",
|
|
"pipedream",
|
|
"raycast",
|
|
"retell-ai",
|
|
"synthflow",
|
|
"telli",
|
|
"vimcal",
|
|
"wordpress",
|
|
"zapier",
|
|
] as const;
|
|
export type RedirectApp = (typeof REDIRECT_APPS)[number];
|