Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node updates the agent bot associated with a specific inbox in the Konverte Digital platform. It is useful for scenarios where you need to change or assign a different agent bot to an inbox, such as automating customer support workflows or managing chatbot assignments dynamically.

Use Case Examples

  1. Updating the agent bot for a customer support inbox to a new bot ID to improve response automation.
  2. Changing the assigned agent bot for an inbox based on new business rules or bot availability.

Properties

Name Meaning
Account Id The numeric ID of the account to which the inbox belongs.
Id The ID of the inbox to update.
Agent Bot The ID of the agent bot to assign to the inbox.
Request Options Additional request options such as batching, SSL certificate validation, proxy settings, and timeout configuration.

Output

JSON

  • response - The JSON response from the API after updating the agent bot for the specified inbox.

Dependencies

  • Requires an API key credential for authentication 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 the agent bot ID is valid and accessible by the account to prevent assignment failures.
  • Check network settings if using a proxy or if SSL certificate validation is disabled, as misconfiguration can cause request failures.
  • Timeout errors may occur if the server is slow to respond; adjust the timeout setting accordingly.

Links

Discussion