-
+
+
+
+ {{ greetingMessage }}
+
+
+ {{
+ $t('ONBOARDING.DESCRIPTION', {
+ installationName: globalConfig.installationName,
+ })
+ }}
+
+
+
+
+
-
-
diff --git a/app/javascript/dashboard/i18n/locale/en/conversation.json b/app/javascript/dashboard/i18n/locale/en/conversation.json
index 4cc4b9bed..34fa34981 100644
--- a/app/javascript/dashboard/i18n/locale/en/conversation.json
+++ b/app/javascript/dashboard/i18n/locale/en/conversation.json
@@ -241,25 +241,29 @@
"ONBOARDING": {
"TITLE": "Hey 👋, Welcome to %{installationName}!",
"DESCRIPTION": "Thanks for signing up. We want you to get the most out of %{installationName}. Here are a few things you can do in %{installationName} to make the experience delightful.",
+ "GREETING_MORNING": "👋 Good morning, %{name}. Welcome to %{installationName}.",
+ "GREETING_AFTERNOON": "👋 Good afternoon, %{name}. Welcome to %{installationName}.",
+ "GREETING_EVENING": "👋 Good evening, %{name}. Welcome to %{installationName}.",
"READ_LATEST_UPDATES": "Read our latest updates",
"ALL_CONVERSATION": {
"TITLE": "All your conversations in one place",
- "DESCRIPTION": "View all the conversations from your customers in one single dashboard. You can filter the conversations by the incoming channel, label and status."
+ "DESCRIPTION": "View all the conversations from your customers in one single dashboard. You can filter the conversations by the incoming channel, label and status.",
+ "NEW_LINK": "Click here to create an inbox"
},
"TEAM_MEMBERS": {
"TITLE": "Invite your team members",
"DESCRIPTION": "Since you are getting ready to talk to your customer, bring in your teammates to assist you. You can invite your teammates by adding their email addresses to the agent list.",
"NEW_LINK": "Click here to invite a team member"
},
- "INBOXES": {
- "TITLE": "Connect Inboxes",
- "DESCRIPTION": "Connect various channels through which your customers would be talking to you. It can be a website live-chat, your Facebook page or even your WhatsApp number.",
- "NEW_LINK": "Click here to create an inbox"
- },
"LABELS": {
"TITLE": "Organize conversations with labels",
"DESCRIPTION": "Labels provide an easier way to categorize your conversation. Create some labels like #support-enquiry, #billing-question etc., so that you can use them in a conversation later.",
"NEW_LINK": "Click here to create tags"
+ },
+ "CANNED_RESPONSES": {
+ "TITLE": "Create canned responses",
+ "DESCRIPTION": "Pre-written quick reply templates help you quickly respond to a conversation. Agents can type the '/' character followed by the shortcode to insert a response.",
+ "NEW_LINK": "Click here to create a canned response"
}
},
"CONVERSATION_SIDEBAR": {
diff --git a/public/dashboard/images/onboarding/canned-responses.png b/public/dashboard/images/onboarding/canned-responses.png
new file mode 100644
index 000000000..b549d2b15
Binary files /dev/null and b/public/dashboard/images/onboarding/canned-responses.png differ
diff --git a/public/dashboard/images/onboarding/labels.png b/public/dashboard/images/onboarding/labels.png
new file mode 100644
index 000000000..5eeec8164
Binary files /dev/null and b/public/dashboard/images/onboarding/labels.png differ
diff --git a/public/dashboard/images/onboarding/omnichannel-inbox.png b/public/dashboard/images/onboarding/omnichannel-inbox.png
new file mode 100644
index 000000000..5f6b0ecaa
Binary files /dev/null and b/public/dashboard/images/onboarding/omnichannel-inbox.png differ
diff --git a/public/dashboard/images/onboarding/teams.png b/public/dashboard/images/onboarding/teams.png
new file mode 100644
index 000000000..87d955504
Binary files /dev/null and b/public/dashboard/images/onboarding/teams.png differ