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 facilitates the creation of an inbox within the Konverte Digital platform. It is designed to be used when you need to programmatically create new inboxes associated with specific accounts, allowing for organized message management. Practical examples include setting up customer support inboxes, sales inquiry inboxes, or any other communication channels that require distinct inboxes for different purposes.
Use Case Examples
- Creating a new customer support inbox for a specific account.
- Setting up an inbox for a sales team to manage incoming leads.
- Automating the creation of inboxes for different departments within an organization.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account under which the inbox will be created. |
| Name | The name of the inbox to be created. |
| Avatar | File for the avatar image associated with the inbox. |
| Channel | JSON object representing the channel configuration for the inbox. |
| Request Options | Additional request options such as batching, SSL certificate validation, proxy settings, and timeout configurations. |
Output
JSON
id- The unique identifier of the created inbox.name- The name of the created inbox.avatar- The avatar image associated with the inbox.channel- The channel configuration details of the inbox.account_id- The account ID under which the inbox was created.
Dependencies
- Requires an API key credential for authentication with the Konverte Digital API.
Troubleshooting
- Ensure the Account Id is a valid numeric ID and corresponds to an existing account.
- Verify that the API key credential is correctly configured and has the necessary permissions.
- Check the JSON format of the Channel property to avoid parsing errors.
- If SSL issues occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security implications.
- Ensure the proxy settings are correct if a proxy is used.
- Adjust the timeout setting if requests are timing out frequently.