Actions35
- Password Actions
- Configuration Actions
- Flexible Asset Actions
- Organization Actions
- Contact Actions
Overview
This node interacts with the IT Glue API to perform various operations on different resources, including creating an Organization. Specifically, for the 'Organization' resource with the 'Create' operation, it allows users to create a new organization record in IT Glue. This is useful for automating the management of organizational data within IT Glue, such as adding new client organizations or internal departments.
Use Case Examples
- Automatically create a new organization in IT Glue when a new client is onboarded.
- Batch create multiple organizations from a data source into IT Glue.
Properties
| Name | Meaning |
|---|---|
| Parameters | Collection of parameters required for the operation, including fields like ID, Flexible Asset Type, Traits, Query, Return All, and Page Size. |
Output
JSON
json- The JSON response from the IT Glue API representing the created organization or other resource data.
Dependencies
- IT Glue API with an API key credential
Troubleshooting
- Common issues include API authentication failures due to invalid or missing credentials. Ensure the API key credential is correctly configured.
- Errors may occur if required parameters are missing or invalid, such as not selecting a Flexible Asset Type when required.
- Network or API rate limit errors can happen; verify network connectivity and API usage limits.
- If the node throws an error, enabling 'Continue On Fail' allows the workflow to proceed while capturing error details in the output.
Links
- IT Glue API Documentation - Official documentation for the IT Glue API, useful for understanding available endpoints and parameters.