Chat with your customers with Drift.
Last updated 4 years ago
Frontend
VUE_APP_INTEGRATIONS_CONVERSATIONS_DRIFT
Uncomment line on file ClientApp/srs/views/marketing/Index.vue
ClientApp/srs/views/marketing/Index.vue
this.$drift.show();
Uncomment these lines on file ClientApp/srs/components/layouts/AppLayout.vue
ClientApp/srs/components/layouts/AppLayout.vue
this.$drift.identify(this.$store.state.account.user.id, { name: this.$store.state.account.user.firstName, email: this.$store.state.account.user.email, }); this.$drift.show();
Example: