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 interacts with the Konverte Digital API to retrieve canned responses associated with a specific account. It is useful for automating workflows that require fetching predefined responses for customer support or communication management. For example, it can be used to pull canned responses for a given account ID to display or process them in an automated system.
Use Case Examples
- Fetch all canned responses for account ID 12345 to use in a customer support chatbot.
- Retrieve canned responses for a specific account to analyze or update them in bulk.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account for which to retrieve canned responses. |
| Request Options | Additional options to customize the API request, including batching, SSL certificate validation, proxy settings, and request timeout. |
Output
JSON
cannedResponses- The list or collection of canned responses retrieved for the specified account.
Dependencies
- Requires an API key credential for authentication with the Konverte Digital API.
Troubleshooting
- Ensure the Account Id is a valid numeric value; invalid IDs will cause request failures.
- If SSL certificate validation fails and the 'Ignore SSL Issues' option is not enabled, the request will be aborted.
- Proxy settings must be correctly formatted; incorrect proxy URLs or credentials will cause connection errors.
- Timeouts 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.