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 operation retrieves detailed information about a single Agent Bot by its ID from the Konverte Digital API. It is useful for scenarios where you need to fetch specific data about an individual agent bot, such as its configuration, status, or metadata, for monitoring or integration purposes.
Use Case Examples
- Fetching details of a specific agent bot to display in a dashboard.
- Retrieving agent bot information to update records in a CRM system.
Properties
| Name | Meaning |
|---|---|
| Id | The unique identifier of the agent bot to retrieve details for. |
| Request Options | Additional options to customize the API request, including batching, SSL certificate validation, proxy settings, and request timeout. |
Output
JSON
id- The unique identifier of the agent bot.name- The name of the agent bot.status- The current status of the agent bot.configuration- Configuration details of the agent bot.createdAt- Timestamp when the agent bot was created.updatedAt- Timestamp when the agent bot was last updated.
Dependencies
- Requires an API key credential for authentication with the Konverte Digital API.
Troubleshooting
- Ensure the provided agent bot ID exists; otherwise, the API may return a not found error.
- If SSL certificate validation fails and 'Ignore SSL Issues' is not enabled, the request will be aborted.
- Proxy settings must be correctly configured if used, including authentication if required.
- Timeout should be set appropriately to avoid premature request abortion, especially for slow network conditions.
Links
- Konverte Digital API Documentation - Get Single Agent Bot - Official API documentation for retrieving details of a single agent bot.