Actions113
- Accounts Actions
- Account Users Actions
- Agent Bots Actions
- Users Actions
- Inbox API Actions
- Contacts API Actions
- Conversations API Actions
- Messages API Actions
- CSAT Survey Page Actions
- Account Agent Bots Actions
- Agents Actions
- Canned Responses Actions
- Canned Response Actions
- Custom Attributes Actions
- Contacts Actions
- Contact Actions
- Automation Rule Actions
- Help Center Actions
- Conversations Actions
- Conversation Assignment Actions
- Conversation Labels Actions
- Inboxes Actions
- Messages Actions
- Integrations Actions
- Webhooks Actions
- Teams Actions
- Custom Filters Actions
- Reports Actions
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
- ChatWoot API Documentation (for detailed info on integration hooks)
- Webhook Management in ChatWoot