See the examples/ directory for inspiration on how to use the Kindly Chat API.
- Open chat window based on URL (SPA)
- Open chat window based on URL
- On new message: Change background color
- Trigger dialogue based on URL (SPA)
The API is documented at docs.kindly.ai.
To run your example, then cd
into the wanted example directory and start a simple web server. F.ex:
cd examples/autopopup-by-url-simple
python3 -m http.server