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 allows users to add a new canned response to a specified account in the Konverte Digital system. It is useful for automating the creation of predefined message templates that can be quickly accessed and reused, improving communication efficiency. For example, customer support teams can use this to add frequently used replies to their accounts for faster response times.
Use Case Examples
- Adding a canned response with a specific message content and short code to an account identified by its numeric ID.
- Automating the creation of multiple canned responses in batches to streamline setup.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account to which the canned response will be added. |
| Content | The message content for the canned response. |
| Short Code | A short code for quick access to the canned response. |
| Request Options | Additional request options such as batching, SSL certificate validation, proxy settings, and timeout configuration. |
Output
JSON
id- The unique identifier of the newly created canned response.account_id- The account ID to which the canned response belongs.content- The message content of the canned response.short_code- The short code for quick access to the canned response.created_at- Timestamp when the canned response was created.updated_at- Timestamp when the canned response was last updated.
Dependencies
- Requires an API key credential for authentication with the Konverte Digital API.
Troubleshooting
- Ensure the Account Id is valid and exists in the system to avoid errors related to account not found.
- Verify that the API key credential is correctly configured and has the necessary permissions.
- If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
- Check proxy settings if requests fail due to network issues.
- Adjust timeout settings if the server response is slow to prevent premature request abortion.
Links
- Konverte Digital API Documentation - Canned Responses - Official API documentation for managing canned responses including adding new ones.