Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

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

  1. Updating the message content of a canned response to reflect new information.
  2. 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

Discussion