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 details of a specific inbox from the Konverte Digital API by using the provided account ID and inbox ID. It is useful for scenarios where you need to fetch information about a particular inbox within an account, such as for monitoring or managing inbox settings.
Use Case Examples
- Fetch details of an inbox by specifying the account and inbox IDs to display its configuration or status in a workflow.
- Use the node to get inbox information before performing further actions like message retrieval or inbox updates.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account to which the inbox belongs. |
| Id | The ID of the inbox 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 inbox.name- The name of the inbox.description- Description or details about the inbox.account_id- The account ID to which the inbox belongs.created_at- Timestamp when the inbox was created.updated_at- Timestamp when the inbox was last updated.
Dependencies
- Requires an API key credential for authentication to the Konverte Digital 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, enable the 'Ignore SSL Issues' option to bypass validation, but be aware of security risks.
- Check proxy settings if requests fail due to network issues.
- Adjust the timeout setting if the server response is slow to prevent premature request abortion.
Links
- Chatwoot API - Get Inbox - Official API documentation for retrieving inbox details.