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 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
- Updating the name and description of an existing agent bot to better reflect its purpose.
- 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
- Konverte Digital API Documentation - Update An Account Agent Bot - Official API documentation for updating an Account Agent Bot in Konverte Digital.