Add Last contact app to onboarding v2 installable apps (#22433)
Adds the Last contact app to the list of installable apps shown in the onboarding v2 install-apps step, alongside Call recorder and Enrichment. Wired in both the frontend list (label + description) and the backend reward/install allow-list so it can be selected, installed server-side, and credited. <!-- This is an auto-generated description by cubic. --> <a href="https://cubic.dev/pr/twentyhq/twenty/pull/22433?utm_source=github" target="_blank" rel="noopener noreferrer" data-no-image-dialog="true"><picture><source media="(prefers-color-scheme: dark)" srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img alt="Review in cubic" src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a> <!-- End of auto-generated description by cubic. -->
This commit is contained in:
@@ -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`,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user