Actions113
- 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
- Teams Actions
- Custom Filters Actions
- Webhooks Actions
- Reports Actions
- 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
Overview
This node interacts with the ChatWoot API to list all webhooks associated with a specified account. It is useful for users who want to retrieve and manage webhook configurations programmatically within their automation workflows. For example, it can be used to audit existing webhooks, synchronize webhook data with other systems, or trigger conditional logic based on webhook presence.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account to list webhooks from |
Output
The node outputs JSON data representing the list of webhooks retrieved from the specified account. Each webhook entry typically includes details such as its URL, events it listens to, status, and other metadata defined by the ChatWoot API. This structured output allows further processing or filtering in subsequent workflow steps.
Dependencies
- Requires an API key credential for authenticating with the ChatWoot API.
- The node depends on the ChatWoot API endpoint configured via credentials, including the base URL.
- No additional external dependencies are indicated beyond the bundled OpenAPI client.
Troubleshooting
Common issues:
- Invalid or missing API authentication token may cause authorization errors.
- Providing an incorrect or non-existent Account Id will result in empty results or API errors.
- Network connectivity problems can prevent successful API calls.
Error messages:
- Authorization failures typically indicate invalid credentials; verify the API key and permissions.
- "Account not found" or similar errors suggest the Account Id does not exist or is inaccessible.
- Timeout or connection errors require checking network settings and API availability.
Links and References
- ChatWoot API Documentation (for detailed webhook schema and API usage)
- n8n documentation on Using API Credentials