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 Account Agent Bot within a specified account. It is useful for scenarios where you need to fetch the current configuration or status of a specific agent bot by its ID, such as for monitoring, auditing, or updating purposes.
Use Case Examples
- Fetch details of an agent bot to display its configuration in a dashboard.
- Retrieve agent bot information before performing an update or troubleshooting.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account to which the agent bot belongs. |
| Id | The ID of the specific agent bot to retrieve details for. |
| Request Options | Additional request settings such as batching, SSL certificate validation, proxy configuration, and timeout settings. |
Output
JSON
id- The unique identifier of the agent bot.account_id- The account ID to which the agent bot belongs.name- The name of the agent bot.status- The current status of the agent bot.configuration- Configuration details of the agent bot.created_at- Timestamp when the agent bot was created.updated_at- Timestamp when the agent bot was last updated.
Dependencies
- Requires an API key credential for authentication to the Konverte Digital API.
Troubleshooting
- Ensure the provided account ID and agent bot ID are correct and exist in the system to avoid 'not found' errors.
- If SSL certificate validation fails, enable 'Ignore SSL Issues' option to bypass SSL errors, but be aware of security risks.
- Check proxy settings if requests fail due to network restrictions.
- Adjust timeout settings if the server response is slow to prevent premature request abortion.
Links
- Konverte Digital API Documentation - Account Agent Bots - Official API documentation for retrieving details of account agent bots.