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 deletes specified agents (users) from a given inbox within an account. It is useful for managing team members' access to communication channels by removing their association with an inbox. For example, if an agent leaves a support team or changes roles, this operation can be used to revoke their inbox access efficiently.
Use Case Examples
- Removing one or more agents from a customer support inbox to update team assignments.
- Automating the cleanup of user access when an agent is no longer part of a project or department.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account to which the inbox belongs. |
| Inbox Id | The unique identifier of the inbox from which agents will be removed. |
| User Ids | A JSON array containing the IDs of users (agents) to be deleted from the specified inbox. |
| Request Options | Additional request settings such as batching, SSL certificate validation, proxy configuration, and request timeout. |
Output
JSON
success- Indicates whether the deletion of agents from the inbox was successful.deletedUserIds- List of user IDs that were successfully removed from the inbox.errors- Any errors encountered during the deletion process, if applicable.
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.
- Verify that the User Ids JSON array is properly formatted and contains valid user IDs.
- Check network connectivity and proxy settings if requests fail or time out.
- If SSL certificate validation fails, consider enabling the 'Ignore SSL Issues' option cautiously.