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 creates a contact inbox in the Konverte Digital (ChatWoot) system. It is useful for associating a contact with a specific inbox within an account, enabling message routing and management for that contact in the designated inbox. For example, it can be used to programmatically link a customer contact to a support inbox for handling customer service conversations.
Use Case Examples
- Creating a new contact inbox association when a new customer is added to the CRM.
- Linking an existing contact to a different inbox based on updated communication preferences.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account to which the contact belongs. |
| Id | The unique ID of the contact for whom the inbox is being created. |
| Inbox Id | The ID of the inbox to associate with the contact. |
| Source Id | Optional source identifier for the contact inbox. |
| Request Options | Additional request settings such as batching, SSL certificate handling, proxy configuration, and timeout settings. |
Output
JSON
response- The JSON response from the API after creating the contact inbox, typically containing details of the created association.
Dependencies
- Requires an API key credential for authentication with the Konverte Digital (ChatWoot) API.
Troubleshooting
- Ensure that the Account Id, Contact Id, and Inbox Id are valid and exist in the system to avoid errors.
- If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security implications.
- Check proxy settings if requests fail due to network restrictions.
- Timeout errors may occur if the server is slow to respond; adjust the timeout setting accordingly.
Links
- ChatWoot API Documentation - Official API documentation for ChatWoot, useful for understanding the endpoints and data structures involved.