Bizwachat icon

Bizwachat

Interact with Bizwachat API

Overview

This node interacts with the Bizwachat API to manage contacts and their related data. Specifically, the "Delete Canned Reply" operation under the "Contact" resource allows users to delete a predefined canned reply identified by its unique identifier (UUID). This is useful in scenarios where automated or templated responses need to be updated or removed from the system to keep communication relevant and up-to-date.

Practical examples include:

  • Removing outdated canned replies that are no longer applicable.
  • Cleaning up unused or duplicate canned replies to maintain an organized response library.

Properties

Name Meaning
Uuid The unique identifier of the canned reply to be deleted. This is a required string input that specifies which canned reply will be removed.

Output

The node outputs JSON data representing the result of the delete operation. Typically, this would include confirmation of successful deletion or error details if the operation failed. There is no indication that binary data is output by this node.

Dependencies

  • Requires an API key credential for authenticating with the Bizwachat API.
  • The node uses the base URL https://bizwachat.com for API requests.
  • Proper configuration of the API authentication credential within n8n is necessary.

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent UUID will likely result in an error indicating that the canned reply could not be found.
    • Missing or incorrect API credentials will cause authentication failures.
    • Network connectivity issues can prevent the node from reaching the Bizwachat API.
  • Error messages and resolutions:

    • "Unauthorized" or similar authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
    • "Not Found" or "Canned reply does not exist": Check that the UUID provided corresponds to an existing canned reply.
    • Timeouts or network errors: Ensure stable internet connection and that the Bizwachat API endpoint is reachable.

Links and References

Discussion