@primexperts.co/pulse-agent 2.2.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,11 +4,11 @@ Embeddable floating Pulse chat widget for client websites.
|
|
|
4
4
|
|
|
5
5
|
## Documentation
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
-
|
|
11
|
-
-
|
|
7
|
+
- Adds a floating webchat launcher to any browser-based website or SPA.
|
|
8
|
+
- Resolves the active Pulse webchat configuration by organization slug.
|
|
9
|
+
- Sends visitor messages over public REST endpoints and receives agent replies over Server-Sent Events.
|
|
10
|
+
- Supports optional pre-chat profile capture, conversation history loading, transcript email requests, and manual open/close controls.
|
|
11
|
+
- Works with Angular, React, Vue, Next.js/Nuxt client components, static sites, and plain browser JavaScript.
|
|
12
12
|
|
|
13
13
|
## Install
|
|
14
14
|
|