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 interacts with the Inbox API to retrieve detailed information about a specific inbox. It is useful in scenarios where you need to fetch metadata or status details of an inbox channel identified by a unique identifier obtained from the API. For example, it can be used in customer support workflows to get the current state or configuration of an inbox before processing messages or routing them.
Use Case Examples
- Fetching details of a customer support inbox to display its status in a dashboard.
- Retrieving inbox metadata to decide routing rules for incoming messages.
Properties
| Name | Meaning |
|---|---|
| Inbox Identifier | The unique identifier of the inbox channel obtained from the API, used to specify which inbox's details to retrieve. |
| Request Options | Additional settings to control the request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration. |
Output
JSON
inboxDetails- The detailed information of the specified inbox retrieved from the API.
Dependencies
- Requires an API key credential for authentication to the Konverte Digital API.
Troubleshooting
- If the inbox identifier is incorrect or missing, the node will fail to retrieve details. Ensure the identifier is valid and obtained from the API.
- SSL certificate validation errors can occur if the server uses a self-signed or invalid certificate. Use the 'Ignore SSL Issues' option to bypass this if necessary, but be aware of security risks.
- Timeout errors may occur if the server is slow to respond. Adjust the timeout setting as needed.
- Proxy configuration errors can happen if the proxy URL or credentials are incorrect. Verify proxy settings if used.