Yourtext.Guru
Actions28
- Group Actions
- Guide Actions
- Project Actions
- SEO Txl Actions
Overview
The node integrates with the Yourtext.Guru SEO content optimization platform, specifically enabling users to retrieve detailed information about a specific project within their Yourtext.Guru account. This "Get Project" operation fetches metadata and configuration details of a project identified by its unique Project ID.
This node is beneficial in scenarios where you want to:
- Retrieve project details for reporting or auditing purposes.
- Use project metadata as input for further automation workflows.
- Validate that a project exists before performing other operations like updating or deleting it.
Practical example:
You have multiple SEO projects managed in Yourtext.Guru and want to automatically pull project details into your workflow to generate status reports or trigger alerts if certain projects meet specific criteria.
Properties
| Name | Meaning |
|---|---|
| Project ID | The unique identifier of the project whose information you want to retrieve. This is a required string input. |
Output
The node outputs JSON data representing the project's information as returned by the Yourtext.Guru API. This typically includes fields such as project name, host URL, creation date, and other metadata related to the project.
No binary data output is involved in this operation.
Dependencies
- Requires an active Yourtext.Guru API key credential configured in n8n to authenticate requests.
- The node makes HTTP GET requests to the Yourtext.Guru API endpoint
/projects/{projectId}. - Network access to
https://yourtext.guru/api/v2must be available.
Troubleshooting
Common issues:
- Invalid or missing Project ID will cause the API request to fail.
- Authentication errors if the API key credential is not set up correctly.
- Network connectivity problems preventing access to the Yourtext.Guru API.
Error messages and resolutions:
- 404 Not Found: The specified Project ID does not exist. Verify the Project ID is correct.
- 401 Unauthorized: API key is invalid or missing. Check your API credentials configuration.
- Timeout or network error: Ensure your server can reach the Yourtext.Guru API endpoint.
Links and References
- Yourtext.Guru API Documentation (for detailed API endpoints and responses)
- Yourtext.Guru Website