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 interacts with the ChatWoot API to update an existing canned response within a specified account. Canned responses are predefined message templates that can be quickly inserted during conversations, improving efficiency and consistency in communication.
A typical use case is when a user wants to modify the content or short code of a canned response for a particular account without manually updating it through the ChatWoot dashboard. For example, customer support teams can automate updates to their frequently used replies across multiple accounts.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account where the canned response exists and will be updated. |
| Id | The unique identifier of the canned response to be updated. |
| Content | The new message content for the canned response. |
| Short Code | A short code string for quick access to the canned response. |
Output
The node outputs JSON data representing the updated canned response as returned by the ChatWoot API. This typically includes fields such as the canned response's ID, updated content, short code, timestamps, and possibly metadata related to the account.
No binary data output is involved.
Dependencies
- Requires an API key credential for authenticating with the ChatWoot API.
- The base URL for the ChatWoot instance must be configured in the credentials.
- The node uses the ChatWoot REST API endpoint for updating canned responses.
Troubleshooting
- Invalid Account Id or Canned Response Id: If either ID is incorrect or does not exist, the API will return an error. Verify the IDs before running the node.
- Authentication Errors: Ensure the API key credential is valid and has sufficient permissions to update canned responses.
- Empty Content or Short Code: While these fields may be optional, providing empty strings might overwrite existing values unintentionally. Confirm intended updates.
- API Rate Limits: Frequent updates may hit rate limits imposed by ChatWoot; handle such errors by retrying after some delay.
Links and References
- ChatWoot API Documentation - Official API docs for reference on canned responses endpoints.