Actions115
- Teams Actions
- Account Users Actions
- Custom Attributes Actions
- Contacts Actions
- Conversation Labels Actions
- Reports Actions
- Accounts Actions
- Contact 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
- Messages Actions
- Automation Rule Actions
- Help Center Actions
- Conversations Actions
- Conversation Assignment Actions
- Inboxes Actions
- Integrations Actions
- Profile Actions
- Custom Filters Actions
- Webhooks Actions
Overview
This node operation updates a specific canned response within an account in the Konverte Digital system. It is useful for managing predefined message templates that can be quickly accessed and reused, such as customer support replies or frequently sent messages. For example, a support team can update the content or short code of a canned response to keep communication consistent and efficient.
Use Case Examples
- Updating the message content of a canned response to reflect new information.
- Changing the short code for quicker access to a frequently used canned response.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account where the canned response exists. |
| Id | The ID of the canned response to be updated. |
| Content | The new message content for the canned response. |
| Short Code | A short code for quick access to the canned response. |
| Request Options | Additional options for the request such as batching, SSL certificate validation, proxy settings, and timeout configuration. |
Output
JSON
id- The ID of the updated canned response.account_id- The account ID where the canned response was updated.content- The updated message content of the canned response.short_code- The updated short code for quick access to the canned response.
Dependencies
- Requires an API key credential for authentication with the Konverte Digital API.
Troubleshooting
- Ensure the account ID and canned response ID are correct to avoid 'not found' errors.
- Check network connectivity and proxy settings if requests fail to reach the API.
- If SSL certificate validation fails, consider enabling the option to ignore SSL issues, but be aware of security risks.
- Timeout errors may occur if the server is slow to respond; increase the timeout setting if necessary.
Links
- Konverte Digital API Documentation - Canned Responses - Official API documentation for managing canned responses in Konverte Digital.