Actions100
- Activity Logs Actions
- Articles Actions
- Asset Layouts Actions
- Asset Passwords Actions
- Assets Actions
- Get Assets
- Get Companies Company Id Assets
- Post Companies Company Id Assets
- Get Companies Company Id Assets Id
- Put Companies Company Id Assets Id
- Delete Companies Company Id Assets Id
- Put Companies Company Id Assets Id Archive
- Put Companies Company Id Assets Id Unarchive
- Put Companies Company Id Assets Id Move Layout
- Cards Actions
- Companies Actions
- Expirations Actions
- Exports Actions
- Folders Actions
- IP Addresses Actions
- Lists Actions
- Magic Dash Actions
- Matchers Actions
- Networks Actions
- Password Folders Actions
- Procedure Tasks Actions
- Procedures Actions
- Public Photos Actions
- Rack Storage Items Actions
- Rack Storages Actions
- Relations Actions
- Uploads Actions
Overview
This node operation archives a specific article identified by its ID. It is useful in scenarios where you want to mark an article as archived, effectively removing it from active listings or searches without deleting it permanently. For example, a content management workflow might use this operation to archive outdated news articles automatically.
Properties
Name | Meaning |
---|---|
Id | ID of the requested article to archive (number) |
Output
The node outputs JSON data representing the result of the archive operation on the specified article. This typically includes confirmation of the action and possibly the updated article data reflecting its archived status. The output does not include binary data.
Dependencies
- Requires an API key credential for authentication with the AvantGuard WebhookSite service.
- The node uses the base URL provided in the credentials to send requests.
- Depends on the
@avantguardllc/n8n-openapi-node
package and an OpenAPI specification (openapi.json
) bundled with the node.
Troubleshooting
- Invalid Article ID: If the provided article ID does not exist or is invalid, the API may return an error indicating the article was not found. Verify the ID before running the node.
- Authentication Errors: Missing or incorrect API credentials will cause authentication failures. Ensure the API key credential is correctly configured.
- Network Issues: Connectivity problems to the API endpoint can cause timeouts or request failures. Check network access and the base URL configuration.
- Permission Denied: If the API user lacks permission to archive articles, the operation will fail. Confirm that the API key has sufficient rights.
Links and References
- AvantGuard WebhookSite API Documentation (example link, replace with actual if available)
- n8n Documentation - Creating Custom Nodes