Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node updates an existing inbox in the Konverte Digital system. It is useful for managing inbox configurations such as changing the inbox name, enabling or disabling auto assignment, updating the avatar image, and modifying channel settings. Practical applications include automating inbox updates in customer support workflows or integrating inbox management into broader automation processes.

Use Case Examples

  1. Updating the name and avatar of a customer support inbox.
  2. Enabling or disabling auto assignment for an inbox based on business rules.
  3. Modifying channel settings for an inbox to reflect new communication preferences.

Properties

Name Meaning
Account Id The numeric ID of the account to which the inbox belongs.
Id The unique identifier of the inbox to update.
Name The new name to assign to the inbox.
Enable Auto Assignment Flag to enable or disable automatic assignment of conversations to agents.
Avatar Image file URL or data to set as the inbox avatar.
Channel JSON object representing the channel configuration for the inbox.
Request Options Additional HTTP request options such as batching, SSL certificate validation, proxy settings, and timeout configuration.

Output

JSON

  • id - The ID of the updated inbox.
  • name - The updated name of the inbox.
  • enable_auto_assignment - The updated auto assignment status.
  • avatar - The updated avatar image information.
  • channel - The updated channel configuration as a JSON object.

Dependencies

  • An API key credential for authenticating with the Konverte Digital API

Troubleshooting

  • Ensure the account_id and inbox id are correct and exist in the system to avoid 'not found' errors.
  • Verify that the API key credential is valid and has sufficient permissions to update inboxes.
  • 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.

Discussion