Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

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

  1. Fetch all canned responses for account ID 12345 to use in a customer support chatbot.
  2. 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

Discussion