Actions2
- List Actions
Overview
This node integrates with the Cleero API to manage lists. Specifically, the 'Create List' operation allows users to create a new list by providing details such as the list's title, a descriptive prompt, keywords to include, words to exclude, and sources from which to gather data. This is useful for scenarios where users want to organize and filter data from platforms like Telegram or Upwork based on specific criteria.
Use Case Examples
- Creating a recruitment list by specifying the type of candidates needed, relevant keywords, and excluding unwanted terms.
- Generating a list of potential freelancers from Upwork and Telegram by defining search parameters and sources.
Properties
| Name | Meaning |
|---|---|
| Title | The title of the list to be created. |
| Prompt | A descriptive prompt explaining who or what the list is targeting. |
| Keywords | Keywords to include in the search for list items. |
| Ban Words | Words to exclude from the search to refine the list. |
| Sources | One or more sources (e.g., Telegram, Upwork) from which to gather list data. |
Output
JSON
id- The unique identifier of the created list.title- The title of the created list.prompt- The descriptive prompt of the created list.keywords- Keywords included in the created list.banwords- Words excluded from the created list.sources- Sources used for the created list.createdAt- Timestamp when the list was created.
Dependencies
- Requires an OAuth2 API credential for authentication with the Cleero API.
Troubleshooting
- Ensure the OAuth2 credentials are correctly configured and valid to avoid authentication errors.
- Verify that all required fields (Title, Prompt, Sources) are provided to prevent validation errors from the API.
- Check network connectivity and proxy settings if requests fail or time out.
- If SSL certificate validation issues occur, consider enabling the option to ignore SSL issues, but be aware of security implications.
Links
- Cleero API Documentation - Create List - Official API documentation for creating lists in Cleero.