Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node operation retrieves detailed information about a single Account Agent Bot within a specified account. It is useful for scenarios where you need to fetch the current configuration or status of a specific agent bot by its ID, such as for monitoring, auditing, or updating purposes.

Use Case Examples

  1. Fetch details of an agent bot to display its configuration in a dashboard.
  2. Retrieve agent bot information before performing an update or troubleshooting.

Properties

Name Meaning
Account Id The numeric ID of the account to which the agent bot belongs.
Id The ID of the specific agent bot to retrieve details for.
Request Options Additional request settings such as batching, SSL certificate validation, proxy configuration, and timeout settings.

Output

JSON

  • id - The unique identifier of the agent bot.
  • account_id - The account ID to which the agent bot belongs.
  • name - The name of the agent bot.
  • status - The current status of the agent bot.
  • configuration - Configuration details of the agent bot.
  • created_at - Timestamp when the agent bot was created.
  • updated_at - Timestamp when the agent bot was last updated.

Dependencies

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

Troubleshooting

  • Ensure the provided account ID and agent bot ID are correct and exist in the system to avoid 'not found' errors.
  • If SSL certificate validation fails, enable 'Ignore SSL Issues' option to bypass SSL errors, but be aware of security risks.
  • Check proxy settings if requests fail due to network restrictions.
  • Adjust timeout settings if the server response is slow to prevent premature request abortion.

Links

Discussion