AvantGuard - WebhookSite icon

AvantGuard - WebhookSite

AvantGuard - WebhookSite

Actions100

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

Discussion