Actions159
- Related Items Actions
- Backup Actions
- Queries Actions
- Get Disk Drives
- Get Operating Systems
- Get RAID Controller Report
- Get Volumes
- Get Computer Systems
- Get Antivirus Status Report
- Get Device Health Report
- Get Custom Fields Report
- Get Installed Software Patches
- Get Custom Fields Detailed Report
- Get Installed OS Patches
- Get Pending Failed Rejected OS Patches
- Get RAID Drive Report
- Get Windows Services Report
- Get Antivirus Threats
- Get Device Usage
- Get Network Interfaces
- Get Processors
- Get Software
- Get Last Logged On Users Report
- Get Policy Overrides 1
- Get Scoped Custom Fields Report
- Get Pending Failed Rejected Software Patches
- Get Scoped Custom Fields Detailed Report
- System Actions
- Knowledge Base Articles Actions
- Get Knowledge Base Article Signed Urls
- Get Related Item Attachments Signed Urls
- Download Knowledge Base Article
- Get Knowledge Base Folder Path Content
- Upload Temp Attachments
- Get Knowledge Base Folder Content
- Get Client Knowledge Base Articles
- Upload Knowledge Base Articles
- Get Global Knowledge Base Articles
- Download Related Item Attachment
- Organization Documents Actions
- Document Templates Actions
- Checklist Templates Actions
- Organization Checklists Actions
- Location Actions
- Management Actions
- Get Custom Fields Policy Condition
- Delete Policy Condition
- Reset Alert
- Update Device
- Request Scripting Options
- Submit OS Patch Scan
- Get Installer For Location
- Get Windows Event Policy Conditions
- Create Organization
- Cancel Device Maintenance
- Reboot Devices
- Set Windows Service Configuration
- Create Location For Organization
- Update Node Role Policy Assignment For Organization
- Create Windows Event Policy Condition
- Node Approval Operation
- Control Windows Service
- Remove Device Owner
- Submit OS Patch Apply
- Get Installer
- Create Policy
- Get Windows Event Policy Condition
- Update Device Maintenance
- Reset Policy Overrides
- Set Device Owner
- Submit Software Patch Scan
- Update Location
- Reset Alert Set Activity Data
- Get Device Link
- Run Script On Device
- Submit Software Patch Apply
- Update Organization
- Create Custom Fields Policy Condition
- Get Custom Fields Policy Conditions
- Custom Fields Actions
- Ticketing Actions
- Organization Actions
- Devices Actions
- Get Device Active Jobs
- Get Device Installed Software Patches
- Get Device Processors
- Update Node Attribute Values
- Get Device Disk Drives
- Get Device Pending Failed Rejected OS Patches
- Get Device Volumes
- Get Device Alerts
- Get Device Network Interfaces
- Get Device Software
- Get Device Activities
- Get Device Last Logged On User
- Get Device Services
- Get Policy Overrides
- Get Device
- Get Device Installed OS Patches
- Get Device Pending Failed Rejected Software Patches
- Get Node Custom Fields
- Groups Actions
- Webhooks Actions
Overview
This node operation allows users to create new checklist templates. Checklist templates are structured sets of tasks or items that can be reused for consistent workflows, inspections, or processes. This operation is useful in scenarios where standardized procedures need to be enforced or repeated, such as quality assurance, onboarding checklists, maintenance routines, or project task lists.
For example, a user might create a checklist template for equipment inspection with predefined tasks and descriptions, which can then be applied repeatedly across different assets or projects.
Properties
| Name | Meaning |
|---|---|
| Additional Body Fields | Optional JSON fields to include in the request body when creating the checklist template. The default structure includes a description and an array of tasks, each with its own description. Users can customize this JSON to add more details or modify the checklist content. |
The "Additional Body Fields" property expects a JSON object representing the checklist template's details, such as description and tasks. It allows flexible customization of the checklist template being created.
Output
The node outputs JSON data representing the response from the checklist template creation API. This typically includes details of the newly created checklist template, such as its unique identifier, description, tasks, and any metadata returned by the service.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authentication with the external service.
- The node uses a base URL configured via credentials to send requests.
- Depends on the external API endpoint for checklist template creation provided by the connected service.
Troubleshooting
- Invalid JSON in Additional Body Fields: If the JSON provided in the "Additional Body Fields" is malformed, the node will likely throw a parsing error. Ensure the JSON syntax is correct before execution.
- Authentication Errors: Missing or incorrect API credentials will cause authentication failures. Verify that the API key or token is correctly set up in the node credentials.
- API Endpoint Issues: Network errors or incorrect base URL configuration can prevent successful requests. Confirm the base URL and network connectivity.
- Missing Required Fields: If the checklist template requires mandatory fields not included in the additional body JSON, the API may reject the request. Review the API documentation to ensure all required fields are present.
Links and References
- Refer to the external service’s API documentation for checklist templates to understand required fields and response structure.
- JSON formatting guides to help construct valid JSON for the "Additional Body Fields".