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 the agent bot information for a specific inbox within an account in the Konverte Digital (ChatWoot) system. It is useful for scenarios where you need to programmatically access details about the agent bot assigned to an inbox, such as for automation, monitoring, or integration purposes.
Use Case Examples
- Get the agent bot details for a customer support inbox to automate responses.
- Fetch inbox agent bot information to display in a custom dashboard.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account to which the inbox belongs. |
| Id | The ID of the inbox for which the agent bot information is requested. |
| Request Options | Additional request settings such as batching, SSL certificate validation, proxy configuration, and timeout settings. |
Output
JSON
agentBot- Details of the inbox agent bot retrieved from the API response.
Dependencies
- Requires an API key credential for authentication with the Konverte Digital (ChatWoot) API.
Troubleshooting
- Ensure the Account Id and Inbox Id are correct and exist in the system to avoid 'not found' errors.
- If SSL certificate validation fails, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
- Check proxy settings if requests fail due to network issues.
- Timeout errors can be resolved by increasing the timeout value in request options.
Links
- ChatWoot API Documentation - Official API documentation for ChatWoot, useful for understanding available endpoints and data structures.