Actions34
- Configuration Actions
- Contact Actions
- Domain Actions
- Flexible Asset Actions
- Organization Actions
- Password Actions
Overview
This node integrates with the IT Glue API to perform various operations on different resources. Specifically, for the Contact resource and the Bulk Delete operation, it allows users to delete multiple contacts at once by specifying their IDs. This is useful in scenarios where you need to clean up or remove many contact records efficiently without deleting them one by one.
Practical examples include:
- Removing outdated or duplicate contacts from your IT Glue account.
- Bulk cleaning of contacts after a data migration or audit.
- Automating contact management workflows that require mass deletions based on certain criteria.
Properties
| Name | Meaning |
|---|---|
| Contact IDs | Comma-separated list of contact IDs to delete. Each ID corresponds to a contact record. |
Output
The node outputs JSON data representing the result of the bulk delete operation. Typically, this will include confirmation of which contacts were deleted or any errors encountered during the process.
If the node supports binary data output (not indicated here), it would generally represent files or attachments related to the contacts, but for bulk deletion, the output is expected to be purely JSON confirming the operation's success or failure.
Dependencies
- Requires an active connection to the IT Glue API via an API key credential.
- The node depends on the IT Glue API being accessible and the user having sufficient permissions to delete contacts.
- No additional external services are required beyond the IT Glue API.
Troubleshooting
Common issues:
- Providing invalid or non-existent contact IDs may cause the operation to fail or partially succeed.
- Network connectivity problems can prevent the node from reaching the IT Glue API.
- Insufficient permissions on the API key can lead to authorization errors.
Error messages and resolutions:
- "Unauthorized" or "Forbidden": Check that the API key has the correct permissions.
- "Invalid IDs" or similar: Verify that the contact IDs are correctly formatted and exist in IT Glue.
- "Network Error": Ensure stable internet connection and that the IT Glue API endpoint is reachable.