Actions12
Overview
The "SEO Content Machine" node integrates with an external SEO content management API to manage various types of SEO-related tasks. Specifically, the Task - Create operation allows users to create new SEO tasks of different predefined types such as AI writing, article creation, web scraping, keyword finding, and more.
This node is beneficial in scenarios where automated content generation, data scraping, or SEO task automation is required within a workflow. For example, a user can automate the creation of an AI Writer task to generate content drafts or initiate a Google Maps Scraper task to collect location data for SEO analysis.
Properties
| Name | Meaning |
|---|---|
| Type (taskType) | The type of SEO task to create. 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 |
Output
- The output JSON contains the response from the SEO Content Machine API after creating the specified task.
- The structure depends on the API's response but generally includes details about the newly created task such as its ID, status, and metadata.
- No binary data output is produced by this operation.
Dependencies
- Requires an API key credential for authenticating with the SEO Content Machine API.
- The node uses HTTP requests authenticated via this credential to communicate with the external service.
- The base URL for the API is obtained from the credential configuration.
Troubleshooting
Common issues:
- Invalid or missing API credentials will cause authentication failures.
- Providing an unsupported or empty task type may result in errors or no task being created.
- Network connectivity problems can prevent successful API calls.
Error messages:
- Authentication errors typically indicate invalid or expired API keys; verify and update credentials.
- HTTP request errors may include status codes and messages from the API; check the task type parameter and ensure it matches one of the supported options.
- JSON parsing errors when providing task data (in other operations) suggest malformed input; ensure JSON strings are valid.
Links and References
- SEO Content Machine Official Website
- Refer to the SEO Content Machine API documentation for detailed information on task types and API endpoints.