πŸ“– Generate PII-safe Helpdocs from Crisp Support chats with GPT-4.1-mini

⚑ 119 views Β· πŸ“– Internal Wiki & Knowledge Base

Description

Turn Crisp chats into Helpdocs

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.


Highlights


How it works

  1. Webhook receives message:send, message:received, and state:resolved events from Crisp.
  2. Data Table stores messages by session_id.
  3. On state:resolved, workflow fetches the full chat thread.
  4. Code node formats messages into Q: and A: pairs.
  5. LLM (OpenAI gpt-4.1-mini) creates a redacted helpdoc.
  6. Data Table crisphelp saves the generated doc with publish = false.

G5engABXQAAx96x.jpeg

Requirements


Customize


Tips


Category: AI β€’ Automation β€’ Customer Support

πŸ”— Nodes Used

Webhook, Basic LLM Chain, OpenAI Chat Model, Data table

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup