n8n: Line Messaging - Send a message

Published: (February 18, 2026 at 08:49 AM EST)
2 min read
Source: Dev.to

Source: Dev.to

Prerequisite

  • Create a Line Official AccountLink
  • Enable the Line Messaging APILink
  • Install the Line Messaging Community NodeLink
  • Create a Line Messaging account credential in n8n – Link

Steps

  1. Open the n8n website.

  2. Click the + button to add a new element.

    Add button

  3. Choose Workflow.

    Select Workflow

  4. Click the + button again to add a node.

  5. Select Trigger manually.

    Manual trigger

  6. Click the + button to add another node.

  7. Search for line in the node picker.

  8. Choose Line Messaging.

    Line Messaging node

  9. Select Send a message to multiple users.

    Send a message node

  10. Pick the Line Messaging account credential you created earlier.

    (see the credential guide here)

  11. Fill in the User IDs you want to message.

    (refer to the Line Messaging API documentation here)

  12. Click Add Message.

    Add Message button

  13. Enter the Text of the message you wish to send.

  14. Click Close to finish configuring the message.

    Close button

  15. Click Execute workflow to run the workflow.

    Execute workflow

  16. Verify that the message appears in the Line app.

    Message in Line app

0 views
Back to Blog

Related posts

Read more »

Create Account for Gitlap

Step 1: Open GitLab website - Open the following link in your browser: https://gitlab.comhttps://gitlab.com Step 2: Click “Register” / “Sign Up” - The Register...