Actions109
- 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
- Websites Actions
- Procedures Actions
- Public Photos Actions
- Rack Storage Items Actions
- Rack Storages Actions
- Relations Actions
- Uploads Actions
- Users Actions
- Activity Logs Actions
- Articles Actions
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
- Automatically create a new article with content and name when a new ticket is closed.
- 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
- AvantGuard Hudu API Documentation - Official API documentation for AvantGuard Hudu, useful for understanding article posting endpoints and parameters.