Cleero icon

Cleero

Manage data from Cleero API

Actions2

Overview

This node interacts with the Cleero API to manage lists. Specifically, the 'Get Many' operation under the 'List' resource retrieves multiple lists from Cleero. This is useful for scenarios where you need to fetch and process multiple lists of data, such as aggregating or analyzing list content from Cleero.

Use Case Examples

  1. Fetching all lists to display in a dashboard.
  2. Retrieving lists to filter or process data based on list content.

Properties

Name Meaning
Request Options Options to control request behavior such as batching, SSL certificate validation, proxy settings, and timeout duration.

Output

JSON

  • id - Unique identifier of each list retrieved from Cleero.
  • title - Title of the list.
  • prompt - Description or prompt associated with the list.
  • keywords - Keywords included in the list for search or categorization.
  • banwords - Words excluded from the list to filter out unwanted content.
  • sources - Sources from which the list data is gathered, e.g., Telegram, Upwork.

Dependencies

  • Requires an OAuth2 API credential for Cleero to authenticate requests.

Troubleshooting

  • Ensure the OAuth2 credential is correctly configured and valid to avoid authentication errors.
  • If SSL certificate validation fails and 'Ignore SSL Issues' is not enabled, requests may be blocked; enable this option only if you trust the source.
  • Proxy settings must be correctly formatted; incorrect proxy URLs or credentials can cause connection failures.
  • Timeouts can occur if the server is slow or unresponsive; increase the timeout setting if necessary.

Links

Discussion