Bizwachat icon

Bizwachat

Interact with Bizwachat API

Overview

This node interacts with the Bizwachat API to delete a contact identified by its UUID. It is useful in scenarios where you need to programmatically remove contacts from your Bizwachat account, such as cleaning up outdated or invalid contact records, automating contact management workflows, or integrating contact deletion into larger automation processes.

For example, if you have a list of contacts that should no longer receive messages or be part of your marketing campaigns, this node can be used to delete those contacts by specifying their unique UUIDs.

Properties

Name Meaning
Uuid The unique identifier (UUID) of the contact to be deleted. This is a required string property.

Output

The node outputs JSON data representing the response from the Bizwachat API after attempting to delete the specified contact. Typically, this will include confirmation of deletion or an error message if the operation failed.

If the API supports it, the output may also contain metadata about the deleted contact or status codes indicating success or failure.

No binary data output is expected from this operation.

Dependencies

  • Requires an active connection to the Bizwachat API.
  • Needs an API authentication token or key configured in n8n credentials to authorize requests.
  • The base URL for the API is https://bizwachat.com.
  • The node sends and expects JSON-formatted data.

Troubleshooting

  • Invalid UUID: If the provided UUID does not correspond to any existing contact, the API may return an error indicating the contact was not found. Verify the UUID value before running the node.
  • Authentication errors: Ensure that the API key or token credential is correctly set up and has sufficient permissions to delete contacts.
  • Network issues: Connectivity problems or incorrect base URL configuration can cause request failures.
  • API rate limits: Excessive deletion requests in a short time might trigger rate limiting; handle such errors by implementing retries or delays.

Links and References

Discussion