SEO Content Machine icon

SEO Content Machine

SEO Content Machine node

Overview

The "Find Task" operation of the SEO Content Machine node allows users to search for tasks within the SEO Content Machine platform based on various criteria such as task type, group, name, and status. This is useful for retrieving existing tasks that match specific filters, enabling automation workflows to query and process tasks dynamically.

Common scenarios include:

  • Retrieving all running or completed tasks of a certain type to monitor progress.
  • Searching for tasks by name or group to fetch their details for further processing.
  • Filtering tasks by status to handle only those that are waiting or failed.

For example, you could use this node to find all "AI Writer" tasks in a particular group that are currently "Running" and then trigger subsequent actions based on their results.

Properties

Name Meaning
Type The type of task to find. Options include: AI Writer, Article Creator, CSV Template Merge, Dynamic Page, Google Maps Scraper, Keyword Finder, Post Emailer, Post Uploader, RSS Scraper, Search & News, Spin & Translate, Static Page, Url Finder, Wayback Scraper, Web Crawler, WP XML Generator, Youtube Sub Scraper.
Group The group to which the task belongs. You can select from a searchable list of available groups.
Name The name of the task to find.
Status The status of the task. Options include: Aborted, Done, Draft, Failed, Running, Waiting.

Output

The output is a JSON object containing the response from the SEO Content Machine API's /task/find/ endpoint. This typically includes an array or collection of tasks matching the specified filters, with each task's details such as ID, type, group, name, status, and other metadata.

No binary data is output by this operation.

Dependencies

  • Requires an API key credential for authenticating with the SEO Content Machine API.
  • The node makes HTTP GET requests to the SEO Content Machine base URL configured in the credentials.
  • Proper configuration of the API authentication token is necessary for successful requests.

Troubleshooting

  • Empty Results: If no tasks are returned, verify that the filter parameters (type, group, name, status) are correct and that tasks matching these criteria exist.
  • Authentication Errors: Ensure the API key credential is valid and has the necessary permissions.
  • Network Issues: Check connectivity to the SEO Content Machine API endpoint.
  • Invalid Parameter Values: Make sure that the values for properties like "Type" and "Status" are among the allowed options.
  • Error Messages: The node may throw errors if the API returns an error response; review the error message for details and adjust parameters or credentials accordingly.

Links and References

Discussion