You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description" => "Chatwoot is a customer support tool for instant messaging channels that can help businesses provide exceptional customer support. WHMCS module contributed by: <a href='https://wevrlabs.net/?utm_source=addon_link' target='_blank'>WevrLabs Hosting</a>",
'Description' => 'Check to activate the chat box.',
63
40
],
64
-
'chatwoot_jscode' => [
65
-
'FriendlyName' => 'Website JS Code',
66
-
'Type' => 'textarea',
67
-
'Rows' => '15',
68
-
'Cols' => '100',
41
+
'chatwoot_url' => [
42
+
'FriendlyName' => 'Chatwoot URL',
43
+
'Type' => 'text',
44
+
'Rows' => '',
45
+
'Cols' => '',
69
46
'Default' => '',
70
-
'Description' => 'Paste your website widget JS code in this field. You can obtain it from your Chatwoot Dashboard > Inboxes > Website > Settings.<br /> For help, visit <a href="https://www.chatwoot.com/docs/product/channels/live-chat/create-website-channel" target="_blank">Chatwoot Docs</a>',
'Description' => 'Enter your website widget Token in this field. You can obtain it from your Chatwoot Dashboard > Inboxes > Website > Settings.<br /> For help, visit <a href="https://www.chatwoot.com/hc/user-guide/articles/1677669989-how-to-install-live-chat-on-a-word_press-website" target="_blank">Chatwoot Docs</a>',
71
56
],
72
57
'chatwoot_verhash' => [
73
58
'FriendlyName' => 'Secret Key (Required)',
74
59
'Type' => 'text',
75
60
'Size' => '',
76
61
'Default' => '',
77
-
'Description' => 'To make sure the conversations between the customers and the support agents are private and to disallow impersonation, you can setup identity validation in Chatwoot. <br />The key used to generate HMAC hash is unique for each webwidget and you can copy it from Inboxes -> Widget Settings -> Configuration -> Identity Validation -> Copy the token shown there<br />To learn more about this, visit <a href="https://www.chatwoot.com/docs/product/channels/live-chat/sdk/identity-validation" target="_blank">Chatwoot Docs</a>',
62
+
'Description' => 'To make sure the conversations between the customers and the support agents are private and to disallow impersonation, you can setup identity validation in Chatwoot. <br />The key used to generate HMAC hash is unique for each webwidget and you can copy it from Inboxes -> Widget Settings -> Configuration -> Identity Validation -> Copy the token shown there<br />To learn more about this, visit <a href="https://www.chatwoot.com/hc/user-guide/articles/1677587479-how-to-enable-identity-validation-in-chatwoot" target="_blank">Chatwoot Docs</a>',
78
63
],
79
64
'chatwoot_position' => [
80
65
'FriendlyName' => 'Chat Box Position',
@@ -88,7 +73,21 @@ function chatwoot_config()
88
73
'Type' => 'radio',
89
74
'Options' => 'Standard,Expanded Bubble',
90
75
'Default' => 'Standard',
91
-
'Description' => 'Set the chat box bubble design. Read more at <a href="https://www.chatwoot.com/docs/product/channels/live-chat/sdk/setup#widget-designs" target="_blank">Chatwoot Docs</a>.',
76
+
'Description' => 'Set the chat box bubble design. Read more at <a href="https://www.chatwoot.com/hc/user-guide/articles/1677587234-how-to-send-additional-user-information-to-chatwoot-using-sdk" target="_blank">Chatwoot Docs</a>.',
77
+
],
78
+
'chatwoot_launcherTitle' => [
79
+
'FriendlyName' => 'Bubble Launcher Title',
80
+
'Type' => 'text',
81
+
'Size' => '',
82
+
'Default' => '',
83
+
'Description' => 'Set the chat box bubble design. Read more at <a href="https://www.chatwoot.com/hc/user-guide/articles/1677587234-how-to-send-additional-user-information-to-chatwoot-using-sdk" target="_blank">Chatwoot Docs</a>.',
84
+
],
85
+
'chatwoot_dark' => [
86
+
'FriendlyName' => 'Enable Dark Mode on Widget',
87
+
'Type' => 'yesno',
88
+
'Size' => '55',
89
+
'Default' => 'no',
90
+
'Description' => 'Check to activate dark mode on the chat box.',
92
91
],
93
92
'chatwoot_lang' => [
94
93
'FriendlyName' => 'Dynamic Language',
@@ -124,14 +123,5 @@ function chatwoot_config()
124
123
125
124
functionchatwoot_activate()
126
125
{
127
-
128
-
if (!Capsule::table('mod_chatwoot')->where('setting', 'signing_hash')->first()) {
0 commit comments