LINE Messaging API icon

LINE Messaging API

Interact with the LINE Messaging API

Overview

This node interacts with the LINE Messaging API to perform various messaging operations. Specifically, the 'Show Loading Animation' operation triggers a loading animation for a specified user in a chat for a defined number of seconds. This can be useful to indicate to users that a process is ongoing, enhancing user experience during wait times.

Use Case Examples

  1. Trigger a loading animation for a user in a chat to indicate processing or waiting time.
  2. Use the loading animation to improve user engagement while the system fetches or processes data.

Properties

Name Meaning
Show Loading Animation Whether to show loading animation during execution.
User ID The ID of the user for whom the loading animation will be shown.
Loading Seconds Number of seconds to show the loading animation.

Output

JSON

  • success - Indicates if the loading animation was successfully triggered.
  • message - A message confirming the loading animation trigger status.

Dependencies

  • Requires an API key credential for the LINE Messaging API (channel access token).

Troubleshooting

  • Missing or invalid channel access token will cause the node to throw an error indicating the token is missing.
  • If the user ID is not provided or invalid, the loading animation will not trigger correctly.
  • Ensure the loading seconds parameter is a valid number to avoid unexpected behavior.

Links

Discussion