CrunchzApp icon

CrunchzApp

Interact with CrunchzApp API

Overview

This node allows users to star or unstar a specific message within the CrunchzApp platform. Starring a message typically marks it as important or for easy reference later, while unstarring removes that mark. This functionality is useful in scenarios where users want to highlight key messages in conversations or workflows, such as flagging critical updates, marking tasks, or saving important information for quick access.

For example, a user could automate starring messages that contain certain keywords or come from specific contacts, helping prioritize communication without manual intervention.

Properties

Name Meaning
Message Id The unique identifier of the message to be starred or unstarred.
Starred A boolean value indicating whether to star (true) or unstar (false) the specified message.

Output

The node outputs JSON data representing the result of the star/unstar operation on the message. This typically includes confirmation of the action taken and may include updated message metadata reflecting its starred status.

No binary data output is involved in this operation.

Dependencies

  • Requires an API key credential for authenticating with the CrunchzApp API.
  • The node communicates with the CrunchzApp REST API endpoint at https://api.crunchz.app/api.
  • Proper configuration of the API authentication credentials within n8n is necessary for successful execution.

Troubleshooting

  • Invalid Message Id: If the provided message ID does not exist or is malformed, the API will likely return an error. Verify the message ID is correct and corresponds to an existing message.
  • Authentication Errors: Missing or invalid API credentials will cause authentication failures. Ensure the API key credential is correctly set up and has appropriate permissions.
  • Network Issues: Connectivity problems can prevent the node from reaching the CrunchzApp API. Check network settings and firewall rules.
  • Permission Denied: If the authenticated user lacks permission to star/unstar the message, the API will reject the request. Confirm user permissions within CrunchzApp.

Links and References

Discussion