diff --git a/packages/twenty-front/src/modules/onboarding/constants/OnboardingInstallableApps.ts b/packages/twenty-front/src/modules/onboarding/constants/OnboardingInstallableApps.ts index 91d86f5a45..e84adfea34 100644 --- a/packages/twenty-front/src/modules/onboarding/constants/OnboardingInstallableApps.ts +++ b/packages/twenty-front/src/modules/onboarding/constants/OnboardingInstallableApps.ts @@ -12,4 +12,9 @@ export const ONBOARDING_INSTALLABLE_APPS: OnboardingInstallableApp[] = [ label: msg`Enrichment`, description: msg`Enrich your leads with People Data Labs`, }, + { + universalIdentifier: '66a504cc-0a75-410e-a43f-cdeae1db1522', + label: msg`Last contact`, + description: msg`Get last contact date with relations`, + }, ]; diff --git a/packages/twenty-server/src/engine/core-modules/onboarding/constants/onboarding-installable-app-universal-identifiers.ts b/packages/twenty-server/src/engine/core-modules/onboarding/constants/onboarding-installable-app-universal-identifiers.ts index 73ce42c6ae..ecaa42613c 100644 --- a/packages/twenty-server/src/engine/core-modules/onboarding/constants/onboarding-installable-app-universal-identifiers.ts +++ b/packages/twenty-server/src/engine/core-modules/onboarding/constants/onboarding-installable-app-universal-identifiers.ts @@ -1,4 +1,5 @@ export const ONBOARDING_INSTALLABLE_APP_UNIVERSAL_IDENTIFIERS = [ '8da4b8b5-5edf-4880-b51f-ab6e679ec617', '4a1178c1-3535-4a47-b592-231d3216b36f', + '66a504cc-0a75-410e-a43f-cdeae1db1522', ];