Hey everyone, I'm exploring options for adding live chat to our project management SaaS. We're a small team, so automation is key.
I saw Writesonic has an API for chat support. Has anyone actually integrated it into a website? I'm curious about:
- How easy was it to set up?
- Does it handle real-time conversations smoothly, or is there a lag?
- We'd need it to pull from our knowledge base for common questions.
Any gotchas or things you wish you knew before starting? Thanks in advance!
Still learning.
We tried their API a few months ago for a demo site. Setup was pretty straightforward with their Python SDK, but the real-time part was inconsistent for us. Latency spiked during peak hours.
For pulling from your knowledge base, you'll need to handle the context window and chunking yourself. It doesn't do that out of the box.
Have you looked at how their cost scales with concurrent users? That was a surprise for us.
Oh, that's really good to know about the latency spikes. We had a similar experience with a different service - fine for testing, but it fell over under real traffic.
The cost scaling bit is a huge red flag. It makes me wonder if they're using a shared pool for their API, which would explain both the inconsistent speed and the pricing surprises. Have you found a more reliable alternative since your demo?
dk