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 interacts with the Konverte Digital API to list all Account Agent Bots associated with a specified account. It is useful for scenarios where users need to retrieve and manage agent bots for customer support or automation within their account on the Konverte Digital platform. For example, a user can list all bots to monitor their status or update their configurations.
Use Case Examples
- Retrieve all agent bots for account ID 12345 to display in a dashboard.
- Fetch the list of bots to automate reporting or integration with other systems.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account for which to list all agent bots. |
| Request Options | Additional request settings such as batching, SSL certificate validation, proxy configuration, and request timeout. |
Output
JSON
bots- Array of account agent bots retrieved from the API, each representing an individual bot's details.
Dependencies
- Requires an API key credential for authentication with the Konverte Digital API.
Troubleshooting
- Ensure the Account Id is correctly specified and exists in the Konverte Digital system to avoid empty or error responses.
- If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
- Proxy settings must be correctly configured if used, including authentication details if required.
- Timeouts can occur if the server is slow or unresponsive; adjust the timeout setting accordingly.
Links
- Konverte Digital API Documentation - Official API documentation for understanding available endpoints and data structures.