AvantGuard - NinjaOne icon

AvantGuard - NinjaOne

AvantGuard - NinjaOne

Actions159

Overview

This node integrates with the AvantGuard NinjaOne API to retrieve detailed information about a specific Document Template. It is useful in scenarios where you need to fetch metadata or configuration details of document templates stored in NinjaOne, such as for reporting, auditing, or dynamically generating documents based on template data.

For example, you might use this node to:

  • Retrieve a document template's settings before sending it for approval.
  • Fetch template details to display in a custom dashboard.
  • Automate workflows that depend on specific document template configurations.

Properties

Name Meaning
Document Template Id The unique numeric identifier of the document template to retrieve.
Additional Query Parameters Optional parameters to customize the request. Currently supports:
- Include Technician Roles (boolean): Whether to include allowed technician roles in the response.

Output

The node outputs JSON data representing the requested Document Template. This includes all relevant fields returned by the NinjaOne API for that template, such as its ID, name, description, and optionally, the allowed technician roles if requested.

No binary data output is produced by this node.

Dependencies

  • Requires an API key credential for authenticating with the AvantGuard NinjaOne API.
  • The base URL for the API must be configured in the node credentials.
  • Depends on the @avantguardllc/n8n-openapi-node package and the included OpenAPI specification (openapi.json) for request construction.

Troubleshooting

  • Missing or invalid Document Template Id: Ensure the provided ID is correct and exists in NinjaOne.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
  • Network or connectivity issues: Check your network connection and the availability of the NinjaOne API endpoint.
  • Unexpected API responses: Confirm that optional query parameters are correctly formatted; for example, boolean values should be true/false.

Links and References

Discussion