Yourtext.Guru
Actions28
- Group Actions
- Guide Actions
- Project Actions
- SEO Txl Actions
Overview
This node interacts with the Yourtext.Guru API to list all groups within a specified project. It is useful for users who want to retrieve and manage collections of guides grouped under a project in the Yourtext.Guru platform. Typical scenarios include organizing SEO content guides by groups, reviewing group details, or preparing data for further processing or reporting.
For example, a marketer managing multiple SEO projects can use this node to fetch all groups associated with a particular project to analyze their content structure or update group memberships.
Properties
| Name | Meaning |
|---|---|
| Project ID | The unique identifier of the project whose groups you want to list. This is a required string input. |
Output
The node outputs JSON data representing the list of groups within the specified project. Each item in the output typically contains details about a group such as its ID, name, and possibly other metadata provided by the Yourtext.Guru API.
No binary data output is involved in this operation.
Dependencies
- Requires an API key credential for authenticating requests to the Yourtext.Guru API.
- The node makes HTTP GET requests to the endpoint
/projects/{projectId}/groupson the Yourtext.Guru API base URLhttps://yourtext.guru/api/v2. - Proper configuration of the API key credential in n8n is necessary for successful execution.
Troubleshooting
- Missing or invalid Project ID: Ensure that the "Project ID" property is correctly set and corresponds to an existing project in Yourtext.Guru.
- Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
- Network issues or API downtime: Check internet connectivity and Yourtext.Guru service status if requests fail.
- Empty response: If no groups are returned, confirm that the project actually contains groups.
Common error messages may include unauthorized access (due to invalid credentials), not found errors (invalid project ID), or server errors from the API. Resolving these usually involves checking credentials, input parameters, and retrying after some time.
Links and References
- Yourtext.Guru API Documentation (for detailed API endpoints and usage)
- n8n Documentation (for general guidance on using API nodes and credentials)