Actions113
- Account Agent Bots Actions
- Agents Actions
- Canned Responses Actions
- Canned Response Actions
- Custom Attributes Actions
- Contacts Actions
- Contact Actions
- Automation Rule Actions
- Help Center Actions
- Conversations Actions
- Conversation Assignment Actions
- Conversation Labels Actions
- Inboxes Actions
- Messages Actions
- Integrations Actions
- Teams Actions
- Custom Filters Actions
- Webhooks Actions
- Reports Actions
- Accounts Actions
- Account Users Actions
- Agent Bots Actions
- Users Actions
- Inbox API Actions
- Contacts API Actions
- Conversations API Actions
- Messages API Actions
- CSAT Survey Page Actions
Overview
This node interacts with the Inbox API to retrieve detailed information about a specific inbox. It is useful when you need to fetch metadata or configuration details of an inbox channel identified by a unique identifier. For example, it can be used in customer support workflows to get the current status or settings of an inbox before processing messages or routing conversations.
Properties
| Name | Meaning |
|---|---|
| Inbox Identifier | The unique identifier of the inbox channel obtained from the API. This is required to specify which inbox's details to retrieve. |
Output
The node outputs JSON data containing the detailed information of the specified inbox. This typically includes all relevant metadata and configuration fields associated with that inbox as returned by the Inbox API. There is no binary output.
Dependencies
- Requires an API key credential for authenticating with the ChatWoot API.
- The base URL for the API must be configured in the node credentials.
- The node depends on the external ChatWoot API service being accessible.
Troubleshooting
- Missing or invalid Inbox Identifier: Ensure the "Inbox Identifier" property is provided and correctly matches an existing inbox ID.
- Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
- Network or API errors: Check connectivity to the ChatWoot API endpoint and confirm the base URL is correct.
- Unexpected response structure: Confirm the API version compatibility if the output JSON does not match expectations.
Links and References
- ChatWoot API Documentation (for detailed API endpoints and inbox data structure)