IT Glue

Interact with the IT Glue API

Overview

This node interacts with the IT Glue API to perform various operations on different resources, including organizations. Specifically, for the 'Organization' resource and 'Delete' operation, it deletes an organization record by its ID. This is useful for automating the management of organizational data within IT Glue, such as removing outdated or incorrect organization entries.

Use Case Examples

  1. Deleting an organization by specifying its record ID to keep the IT Glue database clean and up-to-date.
  2. Automating the removal of multiple organizations based on certain criteria by integrating this node in a workflow.

Properties

Name Meaning
ID The unique identifier of the organization record to delete.

Output

JSON

  • json - The response from the IT Glue API after attempting to delete the organization, typically confirming deletion or providing error details.

Dependencies

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

Troubleshooting

  • Common issues include providing an invalid or missing organization ID, which will result in an error from the IT Glue API indicating the record could not be found or deleted.
  • API authentication errors if the provided credentials are incorrect or expired, resulting in authorization failures.
  • Network or connectivity issues that prevent the node from reaching the IT Glue API endpoint.

Links

Discussion