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 retrieves detailed information about a specific conversation within an account on the Konverte Digital platform. It is useful for scenarios where users need to fetch conversation metadata or content for analysis, customer support, or integration with other systems. For example, a customer support workflow might use this node to pull conversation details to display in a CRM or to trigger follow-up actions based on conversation content.
Use Case Examples
- Fetching conversation details by providing the account ID and conversation ID to review customer interactions.
- Integrating conversation data into a reporting tool to analyze communication trends.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account to which the conversation belongs. |
| Conversation Id | The numeric ID of the conversation to retrieve details for. |
| Request Options | Additional settings for the request such as batching, SSL certificate validation, proxy configuration, and timeout settings. |
Output
JSON
conversation- The detailed information of the requested conversation.
Dependencies
- Requires an API key credential for authentication to the Konverte Digital API.
Troubleshooting
- Ensure that the provided account ID and conversation ID are correct and exist in the system to avoid 'not found' errors.
- If SSL certificate validation fails and the 'Ignore SSL Issues' option is not enabled, the request may be blocked; enable this option cautiously if needed.
- Proxy settings must be correctly configured if used, including authentication details if required.
- Timeout settings should be adjusted based on network conditions to prevent premature request abortion.