Turn your LINE chat into a fast AI helper for customers. Messages are read in real time, then answered by an AI model. Text and images are both supported, so users get helpful replies without waiting for an agent.
Here is how it works. A webhook receives the LINE event and starts a loading animation so users know something is happening. A switch routes by message type. Text goes to an AI text model through OpenRouter. Images are fetched from LINE, converted to base64, and sent to a vision model for analysis. The result is sent back through the LINE reply API. If the content type is not supported, a clear response is returned.
Setup needs a LINE Messaging API channel and an OpenRouter API key. Add the webhook URL in your LINE console and connect both services in n8n. Expect faster first response times and fewer tickets for your team. Use it for FAQs, simple troubleshooting with photos, and order updates from chat screenshots. Most small teams can get value on day one.