Turn long email threads into quick summaries sent to LINE. Great for busy teams that live in LINE and want a short daily digest without opening the inbox.
The sequence reads emails over IMAP, sends the content to an AI model through OpenRouter to create a summary, then pushes that summary to a LINE user via the LINE Messaging API. The flow runs across three nodes: Read emails IMAP, an HTTP Request to OpenRouter for summarization, and a second HTTP Request that posts to LINE. New lines are preserved in the message so the digest stays readable. This setup cuts inbox scanning, helps you spot important items faster, and keeps updates where your team already communicates.
You will need IMAP access to your email account, an OpenRouter API key, and a LINE channel access token with push message permission. In n8n, both HTTP calls use simple header auth with a Bearer token. Expect to reduce manual reading time by at least 30 to 45 minutes per day, especially for roles that get status updates, order notices, or vendor emails. It works well for store managers, field teams, and operations leads who prefer LINE for daily communication.