Yourtext.Guru
Yourtext.Guru is an advanced SEO content optimization tool designed to help writers and marketers create high-performing content.
Actions28
- Group Actions
- Guide Actions
- Project Actions
- SEO Txl Actions
Overview
This node integrates with the Yourtext.Guru SEO content optimization platform, specifically enabling management of groups within projects. The "Create Group" operation allows users to create a new group inside a specified project. This is useful for organizing guides or SEO tasks into logical collections or categories within a project.
Practical scenarios include:
- Structuring SEO guides by topic or campaign within a project.
- Managing multiple teams or workflows by grouping related guides.
- Automating group creation as part of a content pipeline in n8n workflows.
Properties
| Name | Meaning |
|---|---|
| Project ID | The unique identifier of the project where the group will be created. This is required. |
| Name | The name of the new group to be created. This is required. |
Output
The node outputs JSON data representing the response from the Yourtext.Guru API after creating the group. This typically includes details about the newly created group such as its ID, name, and associated project information.
No binary data output is involved in this operation.
Dependencies
- Requires an active Yourtext.Guru account with an API key credential configured in n8n.
- The node makes HTTP POST requests to the Yourtext.Guru API endpoint:
https://yourtext.guru/api/v2/projects/{projectId}/groups. - Proper permissions on the Yourtext.Guru account to create groups within the specified project.
Troubleshooting
- Missing or invalid Project ID: Ensure the Project ID is correctly provided and corresponds to an existing project in Yourtext.Guru.
- Invalid or missing API credentials: Verify that the API key credential is set up correctly in n8n and has sufficient permissions.
- API errors (e.g., 400 or 401): Check the request body and authentication; ensure the group name is valid and not empty.
- Network issues: Confirm network connectivity to the Yourtext.Guru API endpoint.
Links and References
- Yourtext.Guru API Documentation (for detailed API usage)
- Yourtext.Guru Website