Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node updates an existing Account Agent Bot in the Konverte Digital system. It is useful for scenarios where you need to modify the details of an agent bot, such as changing its name, description, or webhook URL. For example, if you want to update the webhook URL that the bot uses to send outgoing messages or change the bot's description to reflect new functionalities, this node facilitates those updates.

Use Case Examples

  1. Updating the name and description of an existing agent bot to better reflect its purpose.
  2. Changing the outgoing webhook URL of an agent bot to a new endpoint for message handling.

Properties

Name Meaning
Account Id The numeric ID of the account to which the agent bot belongs.
Id The ID of the agent bot to be updated.
Name The new name to assign to the agent bot.
Description The new description for the agent bot.
Outgoing Url The webhook URL for the bot to send outgoing messages.
Request Options Additional HTTP request options such as batching, SSL certificate validation, proxy settings, and timeout configuration.

Output

JSON

  • id - The ID 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.
  • updated_at - Timestamp indicating when the agent bot was last updated.

Dependencies

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

Troubleshooting

  • Ensure that the Account Id and Agent Bot Id are correct and exist in the system to avoid 'not found' errors.
  • Verify that the API key credential is valid and has the necessary permissions to update agent bots.
  • If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of the security implications.
  • Check proxy settings if requests fail due to network restrictions or firewall rules.
  • Adjust the timeout setting if the server response is slow to prevent premature request abortion.

Links

Discussion