Yourtext.Guru
Actions28
- Group Actions
- Guide Actions
- Project Actions
- SEO Txl Actions
Overview
The node integrates with Yourtext.Guru, an advanced SEO content optimization platform. Specifically, the "Add List in Group" operation under the "Group" resource allows users to add multiple guides (content briefs or SEO guides) to a specified group within a project. This is useful for organizing related SEO guides into groups for better management and thematic structuring.
Typical use cases include:
- Bulk associating several SEO guides to a particular group to streamline content planning.
- Managing large projects by grouping related guides together.
- Automating the organization of SEO content assets in workflows.
For example, a marketing team can automatically add newly created SEO guides to a relevant group representing a campaign or topic cluster.
Properties
| Name | Meaning |
|---|---|
| Project ID | The unique identifier of the project containing the group. |
| Group ID | The unique identifier of the group to which guides will be added. |
| Guide IDs | A list of guide IDs (multiple values allowed) that will be added to the specified group. |
Output
The output JSON contains the response from the Yourtext.Guru API after attempting to add the list of guides to the group. It typically includes confirmation of success or details about the updated group state.
No binary data is involved in this operation.
Dependencies
- Requires an active Yourtext.Guru 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/{groupId}/guides/add - Proper project and group IDs must exist in Yourtext.Guru before adding guides.
Troubleshooting
- Invalid Project or Group ID: If the provided project or group ID does not exist, the API will return an error. Verify IDs are correct and exist in Yourtext.Guru.
- Empty Guide ID List: Providing an empty list of guide IDs will likely cause the request to fail. Ensure at least one guide ID is included.
- Authentication Errors: Missing or invalid API credentials will result in authentication failures. Confirm the API key is correctly set up in n8n.
- API Rate Limits: Excessive requests may trigger rate limiting. Implement retries or delays if needed.
Links and References
- Yourtext.Guru Official Website
- Yourtext.Guru API Documentation (for detailed API endpoints and parameters)