Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node updates an existing Agent Bot in the Konverte Digital system by sending updated details such as name, description, and webhook URL to the API. It is useful for scenarios where you need to modify the configuration or metadata of an Agent Bot, for example, changing its name or updating the webhook URL it uses for outgoing requests.

Use Case Examples

  1. Updating the name and description of an Agent Bot to reflect new branding or functionality.
  2. Changing the webhook URL of an Agent Bot to point to a new endpoint for handling bot interactions.

Properties

Name Meaning
Id The ID of the agent bot to be updated, used to identify which bot to modify.
Name The new name to assign to the agent bot.
Description A description providing details about the agent bot.
Outgoing Url The webhook URL that the bot will use for outgoing requests.
Request Options Settings to control request behavior such as batching, SSL validation, proxy usage, and timeout.

Output

JSON

  • id - The unique identifier of the updated agent bot.
  • name - The updated name of the agent bot.
  • description - The updated description of the agent bot.
  • outgoing_url - The updated webhook URL of the agent bot.

Dependencies

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

Troubleshooting

  • Ensure the 'Id' property is correctly set to the existing agent bot's ID; otherwise, the update will fail.
  • Check network connectivity and proxy settings if requests time out or fail.
  • If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option cautiously.
  • Verify that the API key credential is valid and has sufficient permissions to update agent bots.

Links

Discussion