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
- Teams Actions
- Custom Filters Actions
- Webhooks Actions
- Reports 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. The output does not include binary data.
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 is incorrect or does not exist, the API will likely return an error or empty list. Verify the account ID before running the node.
- Authentication Errors: Ensure that the API key credential is correctly set up and has sufficient permissions to access webhook information.
- Network Issues: Connectivity problems to the ChatWoot server will cause request failures. Check network settings and endpoint availability.
- API Rate Limits: Excessive requests may lead to rate limiting; handle such errors by adding retries or delays.
Links and References
- ChatWoot API Documentation (for detailed webhook API endpoints and data structures)