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 updates an existing inbox in the Konverte Digital system. It is useful for managing inbox configurations such as changing the inbox name, enabling or disabling auto assignment, updating the avatar image, and modifying channel settings. Practical applications include automating inbox updates in customer support workflows or integrating inbox management into broader automation processes.
Use Case Examples
- Updating the name and avatar of a customer support inbox.
- Enabling or disabling auto assignment for an inbox based on business rules.
- Modifying channel settings for an inbox to reflect new communication preferences.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account to which the inbox belongs. |
| Id | The unique identifier of the inbox to update. |
| Name | The new name to assign to the inbox. |
| Enable Auto Assignment | Flag to enable or disable automatic assignment of conversations to agents. |
| Avatar | Image file URL or data to set as the inbox avatar. |
| Channel | JSON object representing the channel configuration for the inbox. |
| Request Options | Additional HTTP request options such as batching, SSL certificate validation, proxy settings, and timeout configuration. |
Output
JSON
id- The ID of the updated inbox.name- The updated name of the inbox.enable_auto_assignment- The updated auto assignment status.avatar- The updated avatar image information.channel- The updated channel configuration as a JSON object.
Dependencies
- An API key credential for authenticating with the Konverte Digital API
Troubleshooting
- Ensure the account_id and inbox id are correct and exist in the system to avoid 'not found' errors.
- Verify that the API key credential is valid and has sufficient permissions to update inboxes.
- If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
- Check proxy settings if requests fail due to network issues.
- Adjust timeout settings if the server response is slow to prevent premature request abortion.