ChatWoot icon

ChatWoot

Interact with ChatWoot API

Actions113

Overview

This node interacts with the ChatWoot API to delete an existing account by its numeric ID. It is useful in scenarios where you need to programmatically remove accounts from your ChatWoot instance, such as cleaning up unused or test accounts, or automating account lifecycle management.

For example, if you have a workflow that manages customer support accounts and want to automatically delete accounts that are no longer active, this node can be used to perform that deletion based on the account ID.

Properties

Name Meaning
Account Id The numeric ID of the account to delete

Output

The node outputs JSON data representing the response from the ChatWoot API after attempting to delete the specified account. This typically includes confirmation of deletion or error details if the operation failed.

No binary data output is expected from this operation.

Dependencies

  • Requires an API key credential for authenticating with the ChatWoot API.
  • The base URL for the ChatWoot instance must be configured in the node credentials.
  • The node depends on the ChatWoot REST API being accessible and the provided account ID being valid.

Troubleshooting

  • Invalid Account Id: If the account ID does not exist or is incorrect, the API will return an error. Verify the account ID before running the node.
  • Authentication Errors: Ensure the API key credential is correctly set up and has sufficient permissions to delete accounts.
  • Network Issues: Confirm that the ChatWoot API endpoint is reachable from the n8n environment.
  • Permission Denied: The authenticated user may lack rights to delete accounts; check API user permissions.

Links and References

Discussion