Back to Templates
Automatically create help articles from resolved Crisp chats. This n8n workflow listens for chat events, formats Q&A pairs, and uses an LLM to generate a PII‑safe helpdoc saved to a Data Table.
crisp).crisphelp) for review.message:send, message:received, and state:resolved events from Crisp.session_id.state:resolved, workflow fetches the full chat thread.Q: and A: pairs.gpt-4.1-mini) creates a redacted helpdoc.crisphelp saves the generated doc with publish = false.
store-doc to alert reviewers.{{$json.body.data.content.namespace}} == "state:resolved".publish flag to control auto‑publishing.Category: AI • Automation • Customer Support