Block 1 - Liveblocks Trigger
- Type / Role
- CUSTOM.liveblocksTrigger - liveblocksTrigger
- Config choices
- Version 1
Analyzing uploaded Liveblocks comments attachments with AI This example uses Liveblocks Comments, collaborative commenting components for React. When an AI assista...
custom.liveblockstrigger, custom.liveblocks, n8n-nodes-base.if, n8n-nodes-base.stickynote, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.anthropic, n8n-nodes-base.switch, n8n-nodes-base.merge
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Liveblocks.
Original n8n.io sourceThis example uses Liveblocks Comments, collaborative commenting components for React. When an AI assistant is mentioned in a thread (e.g. "@AI Assistant"), it will automatically leave a response. Additionally, it will analyze any PDf or image attachments in the comments, and use them to help it respond.
Using webhooks, this workflow is triggered when a comment is created in a thread. If the agent's ID ("__AI_AGENT") it will create a response. If a PDF or image file is uploaded, these will be analyzed by Anthropic and used as context. This response is then added, and users will see it appear in their apps in real time.
This workflow requires a Comments app installed and webhooks set up in the Liveblocks dashboard. You can try it with a demo application:
database.ts inside the example and uncomment the AI assistant user.localtunnel or ngrok. Copy the production URL from the "Liveblocks Trigger" and replace localhost:5678 with the new URL.The easiest way to expose your webhook URL:
npx localtunnel --port 5678 --subdomain your-name-here
This creates a URL like:
https://honest-months-fix.loca.lt
The URL you need for the dashboard looks like this:
https://honest-months-fix.loca.lt/webhook/9cc66974-aaaf-4720-b557-1267105ca78b/webhook
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 27 workflow blocks. Download the JSON for the full node graph.
| Workflow | Analyze Liveblocks comment attachments with Anthropic Claude AI |
|---|---|
| Complexity | advanced |
| Nodes | 27 |
| Categories | Support Chatbot, AI Chatbot |
| Author | Liveblocks |
| Published | 24 Mar 2026 |
Use the JSON export at /data/workflows/14300/14300.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Analyzing uploaded Liveblocks comments attachments with AI This example uses Liveblocks Comments, collaborative commenting components for React. When an AI assista...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Support Chatbot, AI Chatbot use case.