WaAPI icon

WaAPI

Interact with WaAPI API

Actions85

Overview

The "Unstar Message" operation in the Message resource allows users to remove a star mark from a specific message. This is useful in messaging applications where starring messages helps highlight or bookmark important content, and un-starring removes that highlight when it is no longer needed. For example, a user might star an important message for quick reference and later unstar it once the information is no longer relevant.

Properties

Name Meaning
Id Instance ID (a numeric identifier)
Message Id The unique identifier of the message to unstar

Output

The node outputs JSON data representing the result of the unstar action on the specified message. The exact structure depends on the API response but typically includes confirmation of success or failure. There is no indication that binary data is output by this node.

Dependencies

  • Requires an API key credential for authentication with the WaAPI service.
  • The node interacts with the WaAPI API endpoint at https://waapi.app/api/v1.
  • Proper configuration of the API credentials within n8n is necessary for successful execution.

Troubleshooting

  • Common issues:

    • Invalid or missing message ID can cause the unstar operation to fail.
    • Incorrect or expired API credentials will prevent communication with the WaAPI service.
    • Network connectivity problems may lead to request timeouts or failures.
  • Error messages:

    • Errors related to authorization usually indicate issues with the API key; verify and update credentials.
    • "Message not found" errors suggest the provided message ID does not exist or is incorrect.
    • General API errors should be checked against the WaAPI documentation for further details.

Links and References

Discussion