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
The node integrates with the Yourtext.Guru SEO content optimization platform, specifically enabling management of projects within the service. The "Delete Project" operation allows users to delete a project by its ID, including all guides contained within that project. This is useful for cleaning up obsolete or completed projects and managing resources efficiently.
Practical examples:
- Automatically removing a project after its associated marketing campaign ends.
- Cleaning up test projects created during development or experimentation.
- Managing project lifecycle in bulk workflows where projects are dynamically created and deleted.
Properties
| Name | Meaning |
|---|---|
| Project ID | The unique identifier of the project to delete. Required to specify which project will be removed. |
Output
The output JSON contains the response from the Yourtext.Guru API after attempting to delete the specified project. Typically, this would include confirmation of deletion or an error message if the deletion failed. The node does not output binary data.
Dependencies
- Requires an API key credential for Yourtext.Guru to authenticate requests.
- The node sends HTTP DELETE requests to the Yourtext.Guru API endpoint
/projects/{projectId}. - The base URL for API requests is
https://yourtext.guru/api/v2. - Proper configuration of the API key credential in n8n is necessary.
Troubleshooting
Common issues:
- Providing an invalid or non-existent Project ID will result in an error from the API.
- Missing or incorrect API authentication credentials will cause authorization failures.
- Network connectivity issues can prevent successful API calls.
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 missing or invalid. Check your API credential setup.
- 400 Bad Request: The request parameters may be malformed. Ensure the Project ID is correctly formatted.
- 500 Internal Server Error: Temporary server issue; retry after some time or contact support.
Links and References
- Yourtext.Guru API Documentation (for detailed API endpoints and responses)
- Yourtext.Guru Official Website