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 interacts with the Konverte Digital API to retrieve contact conversations for a specified contact within an account. It is useful for scenarios where you need to fetch conversation history or messages related to a particular contact in a customer support or CRM system. For example, it can be used to automate the retrieval of chat logs for analysis or to display conversation history in a dashboard.
Use Case Examples
- Fetch all conversations for a contact with ID 123 in account 456 to analyze customer interactions.
- Retrieve recent chat messages for a contact to display in a support agent's interface.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account to which the contact belongs. |
| Id | The ID of the contact whose conversations are to be retrieved. |
| Request Options | Additional settings for the request such as batching, SSL certificate validation, proxy configuration, and timeout settings. |
Output
JSON
conversations- Array of conversation objects related to the specified contact.contactId- The ID of the contact for which conversations were retrieved.accountId- The account ID associated with the contact.
Dependencies
- Requires an API key credential for authentication with the Konverte Digital API.
Troubleshooting
- Ensure the Account Id and Contact Id are correct and exist in the system to avoid 'not found' errors.
- If SSL certificate validation fails, enable 'Ignore SSL Issues' option to bypass certificate errors, but be aware of security risks.
- Check proxy settings if requests fail due to network restrictions or firewall issues.
- Adjust timeout settings if the server response is slow to prevent premature request abortion.
Links
- Konverte Digital API Documentation - Official API documentation for understanding available endpoints and request/response formats.