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 custom filters for a specified account. It is useful for scenarios where users need to retrieve and manage custom filters related to conversations, contacts, or reports within their account. For example, a user can list all conversation filters to analyze or modify them programmatically.
Use Case Examples
- List all conversation filters for account ID 12345 to automate report generation.
- Retrieve all contact filters to synchronize with an external CRM system.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account for which to list custom filters. |
| Filter Type | The type of custom filter to list, such as conversation, contact, or report. |
| Request Options | Additional request options including batching, SSL certificate validation, proxy settings, and timeout configuration. |
Output
JSON
filters- Array of custom filters returned by the API, each representing a filter object with its details.
Dependencies
- Konverte Digital API
- API key credential for authentication
Troubleshooting
- Ensure the Account Id is correct and the API key credential is valid to avoid authentication errors.
- If SSL certificate validation fails, enable 'Ignore SSL Issues' to bypass the error, but be cautious of security risks.
- Check proxy settings if requests fail due to network restrictions or firewall issues.
- Adjust timeout settings if the server response is slow to prevent premature request abortion.
Links
- Konverte Digital API Documentation - Custom Filters - Official API documentation for managing custom filters in Konverte Digital.