Actions22
- Chat Actions
- Channel Actions
- Message Actions
- Contact Actions
- OTP Code Actions
- OTP Link Actions
Overview
This node allows you to delete a specific message from the CrunchzApp platform by providing the unique identifier of the message. It is useful in scenarios where you need to programmatically remove messages, such as cleaning up outdated or incorrect communications, automating moderation tasks, or managing message lifecycle within workflows.
For example, you might use this node to automatically delete messages that contain sensitive information after processing them or to remove spam messages detected by another part of your workflow.
Properties
| Name | Meaning |
|---|---|
| Message Id | The ID of the message to delete |
Output
The node outputs JSON data representing the response from the CrunchzApp API after attempting to delete the specified message. This typically includes confirmation of deletion or error details if the operation failed.
No binary data output is produced by this node.
Dependencies
- Requires an API key credential for authenticating with the CrunchzApp API.
- The node communicates with the CrunchzApp REST API at
https://api.crunchz.app/api. - Proper configuration of the API authentication credential in n8n is necessary.
Troubleshooting
Common issues:
- Providing an invalid or non-existent message ID will result in an error response from the API.
- Missing or incorrect API credentials will cause authentication failures.
- Network connectivity problems can prevent the node from reaching the CrunchzApp API.
Error messages and resolutions:
- "Message not found" โ Verify that the provided Message Id is correct and exists.
- "Authentication failed" โ Check that the API key credential is correctly configured and valid.
- Timeout or network errors โ Ensure stable internet connection and that the CrunchzApp API endpoint is reachable.
Links and References
- CrunchzApp API Documentation (assumed URL for reference)
- n8n documentation on API Credentials