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 contactable inboxes associated with a specific contact within an account. It is useful for scenarios where you need to fetch communication channels or inboxes linked to a contact for further processing or integration, such as syncing contact inboxes with a CRM or sending targeted messages.
Use Case Examples
- Fetch all inboxes that a contact can be reached through in a customer support system.
- Retrieve contactable inboxes to display communication options in a custom dashboard.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account to which the contact belongs. |
| Id | The ID of the contact whose contactable inboxes are to be retrieved. |
| Request Options | Additional request settings such as batching, SSL certificate validation, proxy configuration, and request timeout. |
Output
JSON
inboxes- List of contactable inboxes associated with the specified contact.
Dependencies
- Requires an API key credential for authentication to the Konverte Digital API.
Troubleshooting
- Ensure the Account Id and Contact Id are correct and exist in the system to avoid 'not found' errors.
- If SSL certificate validation fails and you trust the source, enable 'Ignore SSL Issues' to bypass validation.
- Check proxy settings if requests fail due to network restrictions.
- Adjust timeout settings if the server response is slow to prevent premature request abortion.
Links
- Konverte Digital API Documentation - Contactable Inboxes - Official API documentation for retrieving contactable inboxes for a contact.