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 Konverte Digital API to list all inboxes associated with a specified account. It is useful for scenarios where users need to retrieve and manage inbox data from their Konverte Digital account, such as integrating inbox information into workflows or automating inbox-related tasks.
Use Case Examples
- Retrieve all inboxes for a given account to display in a dashboard.
- Automate the process of syncing inbox data with another system.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account for which to list all inboxes. |
| Request Options | Additional options to customize the request, including batching, SSL certificate validation, proxy settings, and timeout duration. |
Output
JSON
inboxes- Array of inbox objects retrieved from the account.
Dependencies
- Requires an API key credential for authentication with the Konverte Digital API.
Troubleshooting
- Ensure the Account Id is correct and the API key credential is valid to avoid authentication errors.
- If SSL certificate validation fails and you trust the source, enable 'Ignore SSL Issues' to bypass the error.
- Check proxy settings if requests fail due to network issues.
- Adjust timeout settings if the server response is slow to prevent premature request abortion.