Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node interacts with the Konverte Digital API to list all messages within a specified conversation of an account. It is useful for scenarios where you need to retrieve message history or monitor conversations programmatically, such as customer support chat logs or communication audits.

Use Case Examples

  1. Retrieve all messages from a specific conversation in a customer support account to analyze chat interactions.
  2. Fetch conversation messages to display in a custom dashboard or integrate with other systems.

Properties

Name Meaning
Account Id The numeric ID of the account to list messages from.
Conversation Id The numeric ID of the conversation to list messages from.
Request Options Additional request settings such as batching, SSL certificate validation, proxy configuration, and request timeout.

Output

JSON

  • messages - Array of message objects retrieved from the specified conversation.

Dependencies

  • Requires an API key credential for authentication with the Konverte Digital API.

Troubleshooting

  • Ensure the Account Id and Conversation Id are correct and exist in the system to avoid empty or error responses.
  • If SSL certificate validation fails, enable 'Ignore SSL Issues' option cautiously to bypass errors.
  • Check proxy settings if requests fail due to network restrictions.
  • Adjust timeout settings if the server response is slow to prevent premature request abortion.

Links

Discussion