ChatWoot icon

ChatWoot

Interact with ChatWoot API

Actions113

Overview

This node operation deletes a specific integration hook from an account in the ChatWoot system. Integration hooks are typically used to connect ChatWoot with other services or automate workflows by triggering actions when certain events occur. Deleting an integration hook is useful when you want to remove outdated or unnecessary integrations, clean up your account, or stop automated processes linked to that hook.

Practical examples:

  • Removing a webhook that sends notifications to an external service no longer in use.
  • Cleaning up integration hooks after migrating to a new automation platform.
  • Disabling integrations temporarily by deleting and later recreating hooks.

Properties

Name Meaning
Account Id The numeric ID of the account from which the integration hook will be deleted.
Hook Id The numeric ID of the integration hook to delete.

Output

The output JSON contains the response from the API after attempting to delete the specified integration hook. Typically, this will confirm whether the deletion was successful or provide error details if it failed.

No binary data is output by this node.

Dependencies

  • Requires an active connection to the ChatWoot API.
  • Needs an API authentication token configured in the node credentials to authorize requests.
  • The base URL for the ChatWoot instance must be set in the credentials.

Troubleshooting

  • Common issues:

    • Providing incorrect or non-existent Account Id or Hook Id will result in errors indicating the resource was not found.
    • Missing or invalid API authentication token will cause authorization failures.
    • Network connectivity problems can prevent the node from reaching the ChatWoot API.
  • Error messages and resolutions:

    • "404 Not Found" — Verify that both Account Id and Hook Id are correct and exist.
    • "401 Unauthorized" — Check that the API key or token is valid and properly configured.
    • "Network Error" — Ensure internet connectivity and that the ChatWoot server URL is reachable.

Links and References

Discussion