Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

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

  1. Creating a new contact inbox association when a new customer is added to the CRM.
  2. 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.

Discussion