Yourtext.Guru
Actions28
- Group Actions
- Guide Actions
- Project Actions
- SEO Txl Actions
Overview
This node integrates with the Yourtext.Guru SEO content optimization platform, specifically focusing on managing groups within projects. The "Delete Guide" operation under the "Group" resource allows users to remove one or more guides from a specified group in a project. This is useful for content managers or SEO specialists who want to organize or clean up their groups by removing outdated or irrelevant guides.
Practical examples:
- Removing obsolete SEO guides from a group after a website content update.
- Managing group membership dynamically based on project changes or guide relevance.
- Automating cleanup of groups by deleting multiple guides at once via workflow.
Properties
| Name | Meaning |
|---|---|
| Project ID | The unique identifier of the project containing the group. |
| Group ID | The unique identifier of the group from which guides will be removed. |
| Guide IDs | A list of one or more guide IDs to be removed from the specified group. |
Output
The output of this operation is the JSON response returned by the Yourtext.Guru API after attempting to remove the specified guides from the group. Typically, this will include confirmation of success or details about any errors encountered. The structure depends on the API but generally includes status and possibly updated group information.
No binary data is involved in this operation.
Dependencies
- Requires an active Yourtext.Guru API key credential configured in n8n.
- The node makes HTTP requests to the Yourtext.Guru API endpoint
https://yourtext.guru/api/v2. - Proper permissions on the Yourtext.Guru account to modify groups and guides are necessary.
Troubleshooting
- Invalid Project or Group ID: If the provided project or group ID does not exist or is incorrect, the API will return an error. Verify IDs before running the node.
- Guide IDs Not Found: If any guide ID in the list does not belong to the group or does not exist, the removal may fail or partially succeed. Ensure all guide IDs are valid and currently part of the group.
- Authentication Errors: Missing or invalid API credentials will cause authentication failures. Confirm that the API key is correctly set up in n8n.
- Network Issues: Connectivity problems can cause request failures. Check network access and API availability.
- Empty Guide ID List: Providing an empty list of guide IDs will likely result in an error or no action. Always supply at least one guide ID.
Links and References
- Yourtext.Guru official website: https://yourtext.guru/
- Yourtext.Guru API documentation (general): https://yourtext.guru/api-docs (assumed, check actual docs)
- n8n documentation on HTTP Request nodes and credential setup: https://docs.n8n.io/