Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node interacts with the Konverte Digital API to list all Account Agent Bots associated with a specified account. It is useful for scenarios where users need to retrieve and manage agent bots for customer support or automation within their account on the Konverte Digital platform. For example, a user can list all bots to monitor their status or update their configurations.

Use Case Examples

  1. Retrieve all agent bots for account ID 12345 to display in a dashboard.
  2. Fetch the list of bots to automate reporting or integration with other systems.

Properties

Name Meaning
Account Id The numeric ID of the account for which to list all agent bots.
Request Options Additional request settings such as batching, SSL certificate validation, proxy configuration, and request timeout.

Output

JSON

  • bots - Array of account agent bots retrieved from the API, each representing an individual bot's details.

Dependencies

  • Requires an API key credential for authentication with the Konverte Digital API.

Troubleshooting

  • Ensure the Account Id is correctly specified and exists in the Konverte Digital system to avoid empty or error responses.
  • If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
  • Proxy settings must be correctly configured if used, including authentication details if required.
  • Timeouts can occur if the server is slow or unresponsive; adjust the timeout setting accordingly.

Links

Discussion