Actions29
- Posts Actions
- Comments Actions
- Users Actions
- Search Actions
Overview
This node integrates with the Sina Weibo API via the N8N Tools service, enabling automation workflows to interact with Weibo posts. Specifically, the "Delete Post" operation allows users to delete a specific post on their Weibo account by providing the post's unique identifier.
Common scenarios for this node include:
- Automating content management by removing outdated or unwanted posts.
- Moderation workflows where posts flagged by users or systems are automatically deleted.
- Integration with other systems to synchronize content removal across platforms.
For example, a user can set up an automated workflow that deletes a post when certain conditions are met, such as after a specific time period or in response to external triggers.
Properties
| Name | Meaning |
|---|---|
| Post ID | The unique identifier of the post to be deleted. |
Output
The output is a JSON object representing the result of the delete operation. Typically, this will contain confirmation details from the Weibo API indicating whether the deletion was successful. If the operation fails, the output JSON will include an error message describing the issue.
No binary data output is produced by this operation.
Dependencies
- Requires an API key credential for the N8N Tools API service to validate subscription and access rights.
- Access to the Sina Weibo API through the N8N Tools proxy service.
- Proper configuration of credentials within n8n for authentication.
- Internet connectivity to reach the external APIs.
Troubleshooting
- Invalid Subscription or API Key: If the node throws an error about invalid subscription or API key, verify that the API key credential is correctly configured and active.
- Post Not Found: If the specified Post ID does not exist or has already been deleted, the API may return an error. Confirm the Post ID is correct.
- Permission Denied: Deleting a post requires appropriate permissions. Ensure the authenticated user has rights to delete the specified post.
- Network Issues: Connectivity problems can cause request failures. Check network status and retry.
- Unknown Operation Error: This node supports only predefined operations; ensure the operation parameter is set to "deletePost" for deleting posts.
Links and References
- Sina Weibo Official API Documentation
- n8n Documentation - Creating Custom Nodes
- N8N Tools API Service (for API key and subscription management)