Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node operation retrieves detailed information about a single Agent Bot by its ID from the Konverte Digital API. It is useful for scenarios where you need to fetch specific data about an individual agent bot, such as its configuration, status, or metadata, for monitoring or integration purposes.

Use Case Examples

  1. Fetching details of a specific agent bot to display in a dashboard.
  2. Retrieving agent bot information to update records in a CRM system.

Properties

Name Meaning
Id The unique identifier of the agent bot to retrieve details for.
Request Options Additional options to customize the API request, including batching, SSL certificate validation, proxy settings, and request timeout.

Output

JSON

  • id - The unique identifier of the agent bot.
  • name - The name of the agent bot.
  • status - The current status of the agent bot.
  • configuration - Configuration details of the agent bot.
  • createdAt - Timestamp when the agent bot was created.
  • updatedAt - Timestamp when the agent bot was last updated.

Dependencies

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

Troubleshooting

  • Ensure the provided agent bot ID exists; otherwise, the API may return a not found error.
  • If SSL certificate validation fails and 'Ignore SSL Issues' is not enabled, the request will be aborted.
  • Proxy settings must be correctly configured if used, including authentication if required.
  • Timeout should be set appropriately to avoid premature request abortion, especially for slow network conditions.

Links

Discussion