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
// * This addon module enables you to integrate Chatwoot with your WHMCS *
7
7
// and leverage its powerful features. *
8
8
// * Tested on WHMCS Version: v8.12. *
@@ -51,7 +51,7 @@ function chatwoot_config()
51
51
return [
52
52
"name" => "Chatwoot",
53
53
"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' => '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>',
78
+
'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
79
],
72
80
'chatwoot_verhash' => [
73
81
'FriendlyName' => 'Secret Key (Required)',
74
82
'Type' => 'text',
75
83
'Size' => '',
76
84
'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>',
85
+
'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
86
],
79
87
'chatwoot_position' => [
80
88
'FriendlyName' => 'Chat Box Position',
@@ -88,7 +96,21 @@ function chatwoot_config()
88
96
'Type' => 'radio',
89
97
'Options' => 'Standard,Expanded Bubble',
90
98
'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>.',
99
+
'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>.',
100
+
],
101
+
'chatwoot_launcherTitle' => [
102
+
'FriendlyName' => 'Bubble Launcher Title',
103
+
'Type' => 'text',
104
+
'Size' => '',
105
+
'Default' => '',
106
+
'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>.',
107
+
],
108
+
'chatwoot_dark' => [
109
+
'FriendlyName' => 'Enable Dark Mode on Widget',
110
+
'Type' => 'yesno',
111
+
'Size' => '55',
112
+
'Default' => 'no',
113
+
'Description' => 'Check to activate dark mode on the chat box.',
0 commit comments