Turn LINE chats into fast AI answers. Messages from customers get a helpful reply in seconds. Great for support teams and small shops that need quick help without adding more staff.
A webhook receives each message from LINE as a POST request. A Set step pulls the text from body.events[0].message.text and passes it to Groq’s chat completion API. The AI response is then sent back to LINE using the reply token from the same event, so the user sees the answer in the same chat. Token limits are kept under LINE rules to avoid length or JSON errors with long messages, which keeps replies stable.
You will need a LINE business account and a Groq API key. Map the fields as shown and set max completion tokens below 5000 to fit LINE limits. Expect faster first replies, fewer missed chats, and lower support workload. It fits FAQs, store hours, simple order status checks, and first line triage before a human steps in.