Actions115
- Teams Actions
- Account Users Actions
- Custom Attributes Actions
- Contacts Actions
- Conversation Labels Actions
- Reports Actions
- Accounts Actions
- Contact Actions
- Agent Bots Actions
- Users Actions
- Inbox API Actions
- Contacts API Actions
- Conversations API Actions
- Messages API Actions
- CSAT Survey Page Actions
- Account Agent Bots Actions
- Agents Actions
- Canned Responses Actions
- Canned Response Actions
- Messages Actions
- Automation Rule Actions
- Help Center Actions
- Conversations Actions
- Conversation Assignment Actions
- Inboxes Actions
- Integrations Actions
- Profile Actions
- Custom Filters Actions
- Webhooks Actions
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
- Updating the name and description of an Agent Bot to reflect new branding or functionality.
- 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
- Konverte Digital API - Update Agent Bot - Official API documentation for updating an agent bot in Konverte Digital.