IT Glue

Interact with the IT Glue API

Overview

This node interacts with the IT Glue API to perform operations on various resources, including Organizations. Specifically, the 'Search' operation under the 'Organization' resource allows users to search for organizations based on specified parameters. This is useful for retrieving organization data dynamically within workflows, such as filtering organizations by ID or other query parameters.

Use Case Examples

  1. Search for an organization by its ID to retrieve detailed information.
  2. Use query parameters to filter organizations based on specific criteria.
  3. Return all organizations or paginate results by setting page size and return all options.

Properties

Name Meaning
Parameters Collection of parameters to filter and control the search operation, including ID, query parameters, return all flag, and page size.

Output

JSON

  • json - The JSON output contains the search results from the IT Glue API, which can be a single organization object or an array of organization objects depending on the query and pagination settings.

Dependencies

  • Requires an API key credential for IT Glue API authentication.

Troubleshooting

  • Common issues include invalid or missing API credentials, resulting in authentication errors.
  • Incorrect or malformed query parameters may cause the API to return errors or empty results.
  • Pagination settings like page size exceeding limits may cause errors; ensure page size is between 1 and 1000.

Links

Discussion