Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node interacts with the Konverte Digital API to list all Agent Bots. It is useful for scenarios where you need to retrieve and manage a list of agent bots from the Konverte Digital platform, such as for monitoring, reporting, or automation purposes.

Use Case Examples

  1. Retrieve a list of all agent bots to display in a dashboard.
  2. Fetch agent bot data to integrate with another system for analytics.

Properties

Name Meaning
Request Options Options to control the request behavior, including batching, SSL certificate validation, proxy settings, and timeout.

Output

JSON

  • agentBots - Array of agent bot objects retrieved from the API.

Dependencies

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

Troubleshooting

  • If the node fails due to SSL certificate issues, enable 'Ignore SSL Issues' to bypass validation (not recommended for production).
  • Timeout errors can occur if the server is slow; increase the 'Timeout' value to allow more time for the response.
  • Proxy settings must be correctly configured if your network requires a proxy; incorrect proxy details will cause request failures.

Links

Discussion