Yourtext.Guru icon

Yourtext.Guru

Yourtext.Guru is an advanced SEO content optimization tool designed to help writers and marketers create high-performing content.

Overview

The "Get Group Info" operation of the Yourtext.Guru node retrieves detailed information about a specific group within a project. This is useful for SEO content managers and marketers who organize guides into groups to manage thematic clusters or topical meshes. By fetching group info, users can review metadata and status related to that group, enabling better content planning and optimization.

Practical examples:

  • Fetching details of a group to display its name and associated guides in a dashboard.
  • Retrieving group info before updating or deleting it.
  • Using group info to generate reports on topical mesh coverage or guide distribution.

Properties

Name Meaning
Project ID The unique identifier of the project containing the group. Required to specify the project context.
Group ID The unique identifier of the group whose information is to be retrieved.

Output

The output JSON contains the detailed information of the specified group as returned by the Yourtext.Guru API. This typically includes fields such as the group's name, ID, creation date, and possibly metadata about the guides contained within the group or its topical mesh status.

No binary data output is involved in this operation.

Dependencies

  • Requires an active API key credential for Yourtext.Guru to authenticate requests.
  • The node makes HTTP GET requests to the Yourtext.Guru API endpoint:
    https://yourtext.guru/api/v2/projects/{projectId}/groups/{groupId}
  • Proper configuration of the API key credential in n8n is necessary.

Troubleshooting

  • Common issues:

    • Invalid or missing Project ID or Group ID will cause the API request to fail.
    • Expired or incorrect API key credentials will result in authentication errors.
    • Network connectivity issues may prevent reaching the Yourtext.Guru API.
  • Error messages and resolutions:

    • 404 Not Found: The specified project or group does not exist. Verify the IDs are correct.
    • 401 Unauthorized: Authentication failed. Check that the API key credential is valid and properly configured.
    • 400 Bad Request: Missing required parameters. Ensure both Project ID and Group ID are provided.
    • 500 Internal Server Error: Temporary server issue; retry after some time or contact support.

Links and References

Discussion