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 filters conversations from the Konverte Digital API based on specified criteria. It is useful for retrieving conversations that match certain attributes, such as language or status, allowing users to segment and analyze conversations effectively. For example, a user can filter conversations where the browser language is not English and the status is pending.
Use Case Examples
- Filter conversations by browser language and status to identify pending conversations from non-English users.
- Paginate through filtered conversations by specifying the page number.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account to filter conversations for. |
| Page | The page number for paginated results of filtered conversations. |
| Payload | A JSON array defining filter criteria with attributes, operators, and values to apply to conversations. |
| Request Options | Additional request settings such as batching, SSL certificate handling, proxy configuration, and timeout. |
Output
JSON
conversations- Array of conversation objects matching the filter criteria.paginationpage- Current page number of the results.total_pages- Total number of pages available for the filtered results.
Dependencies
- Requires an API key credential for authentication with the Konverte Digital API.
Troubleshooting
- Ensure the Account Id is valid and has access to the conversations data.
- Verify the JSON format of the Payload property to avoid parsing errors.
- Check network settings if using a proxy or if SSL issues occur.
- Adjust timeout settings if requests are timing out due to slow server response.
Links
- Konverte Digital API - Conversations - Official API documentation for managing and filtering conversations.