Actions24
- Computer Actions
- Maintenance Actions
- Person Actions
- Provider Link Actions
- Tag Actions
- Tenant Actions
- User Actions
Overview
The node "ImmyBot" integrates with the ImmyBot API to perform various operations related to its resources. Specifically, for the resource Computer and operation Get User Affinities, it retrieves user affinity data associated with a specified computer. This can be useful in scenarios where you want to analyze or report on which users are most frequently or recently interacting with a particular computer, such as in IT asset management, usage auditing, or security monitoring.
For example, an IT administrator could use this node to fetch user affinity information for a given computer ID to understand user behavior patterns or to verify authorized access.
Properties
| Name | Meaning |
|---|---|
| Computer ID | The ID of the computer to get user affinities for |
Output
The node outputs JSON data containing the user affinities related to the specified computer. This typically includes details about users who have interacted with the computer, possibly including affinity scores or timestamps depending on the API response structure.
If the node supports binary data output (not indicated here), it would represent any file or media content returned by the API, but for this operation, the output is expected to be purely JSON.
Dependencies
- Requires an API key credential for authentication with the ImmyBot service.
- The node uses the base URL constructed dynamically from the user's subdomain credential.
- The node expects the ImmyBot API to be accessible at
https://{subdomain}.immy.bot/api/v1. - Proper configuration of the OAuth2 API credentials within n8n is necessary.
Troubleshooting
- Invalid or missing Computer ID: Ensure that the Computer ID property is provided and is a valid number. Missing or invalid IDs will likely cause the API call to fail.
- Authentication errors: Verify that the API credentials are correctly set up and have not expired.
- Network issues: Confirm that the subdomain and network connectivity to the ImmyBot API endpoint are correct.
- API errors: If the API returns errors, check the error message for details such as rate limits, permissions, or invalid parameters.
Links and References
- ImmyBot API Documentation (Assumed; replace with actual link if available)
- n8n OAuth2 Credential Setup Guide: https://docs.n8n.io/credentials/oauth2/