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 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
- Retrieve all messages from a specific conversation in a customer support account to analyze chat interactions.
- 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
- Konverte Digital API Documentation - Official API documentation for detailed endpoint and parameter information.