CrunchzApp icon

CrunchzApp

Interact with CrunchzApp API

Overview

This node allows sending a text message to a specified contact via the CrunchzApp API. It is useful for automating communication workflows where you want to programmatically send messages to users identified by their contact IDs. For example, it can be used in customer support automation to send notifications or updates directly to customers' messaging accounts.

Properties

Name Meaning
Contact Id The unique identifier of the contact to whom the message will be sent. Format example: xxx@c.us.
Message The text content of the message to send.

Output

The node outputs JSON data representing the response from the CrunchzApp API after attempting to send the message. This typically includes confirmation details such as message ID, status, timestamps, or error information if the send operation failed. The node does not output binary data.

Dependencies

  • Requires an active CrunchzApp API key credential configured in n8n.
  • Depends on the CrunchzApp REST API endpoint at https://api.crunchz.app/api.
  • The node sends HTTP requests with JSON payloads containing the contact ID and message text.

Troubleshooting

  • Invalid Contact Id: If the contact ID format is incorrect or the contact does not exist, the API may return an error. Verify the contact ID format matches expected patterns (e.g., xxx@c.us).
  • Authentication Errors: Missing or invalid API credentials will cause authentication failures. Ensure the API key credential is correctly set up in n8n.
  • Message Delivery Failures: Network issues or API downtime can prevent message delivery. Check API status and network connectivity.
  • Empty Message: Sending an empty message string may result in an error or no action. Always provide non-empty message content.

Links and References

Discussion