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 Agent Bots. It is useful for scenarios where you need to retrieve and manage a list of agent bots from the Konverte Digital platform, such as for monitoring, reporting, or automation purposes.
Use Case Examples
- Retrieve a list of all agent bots to display in a dashboard.
- Fetch agent bot data to integrate with another system for analytics.
Properties
| Name | Meaning |
|---|---|
| Request Options | Options to control the request behavior, including batching, SSL certificate validation, proxy settings, and timeout. |
Output
JSON
agentBots- Array of agent bot objects retrieved from the API.
Dependencies
- Requires an API key credential for authentication with the Konverte Digital API.
Troubleshooting
- If the node fails due to SSL certificate issues, enable 'Ignore SSL Issues' to bypass validation (not recommended for production).
- Timeout errors can occur if the server is slow; increase the 'Timeout' value to allow more time for the response.
- Proxy settings must be correctly configured if your network requires a proxy; incorrect proxy details will cause request failures.
Links
- Konverte Digital API Documentation - Official API documentation for Konverte Digital, including endpoints for managing agent bots.