AvantGuard - Hudu icon

AvantGuard - Hudu

AvantGuard - Hudu

Actions109

Overview

This node allows users to post articles to the AvantGuard Hudu platform. It is useful for automating the creation of knowledge base articles or documentation entries within Hudu. For example, users can programmatically add new articles with specific content, assign them to folders or companies, and control sharing settings.

Use Case Examples

  1. Automatically create a new article with content and name when a new ticket is closed.
  2. Post an article to a specific folder and company for organized documentation management.

Properties

Name Meaning
Additional Body Fields Optional fields to customize the article being posted, including content, name, sharing settings, folder association, and company association.

Output

JSON

  • id - The unique identifier of the created article.
  • content - The content of the created article.
  • name - The name/title of the created article.
  • enable_sharing - Indicates if sharing is enabled for the article.
  • folder_id - The folder ID associated with the article.
  • company_id - The company ID associated with the article.

Dependencies

  • Requires an API key credential for AvantGuard Hudu to authenticate requests.

Troubleshooting

  • Ensure the API key credential is correctly configured and has permissions to post articles.
  • Verify that numeric fields like folder_id and company_id are valid and exist in the Hudu system.
  • Check that required fields such as content and name are not empty to avoid validation errors.

Links

Discussion