Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node interacts with the Messages API to list all conversation messages within a specified conversation. It is useful for retrieving message history in customer support or communication platforms where conversations are tracked by inbox, contact, and conversation identifiers. For example, it can be used to fetch all messages exchanged with a particular contact in a specific inbox channel for review or analysis.

Use Case Examples

  1. Retrieve all messages from a conversation with a specific contact in a given inbox channel to display chat history in a support dashboard.
  2. Fetch conversation messages for auditing or compliance purposes in a customer service application.

Properties

Name Meaning
Inbox Identifier The identifier obtained from the API inbox channel, used to specify the inbox from which to list messages.
Contact Identifier The source ID of the contact obtained when the contact was created, used to filter messages by contact.
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 messages retrieved from the specified conversation.
  • conversationId - The ID of the conversation from which messages were listed.
  • contactId - The contact identifier associated with the messages.
  • inboxId - The inbox identifier associated with the messages.

Dependencies

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

Troubleshooting

  • Ensure that the inbox identifier, contact identifier, and conversation ID are correctly provided and exist in the system to avoid empty or error responses.
  • If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of the security implications.
  • Check proxy settings if requests fail due to network issues.
  • Adjust timeout settings if the server response is slow to prevent premature request abortion.

Discussion