Actions24
- Tag Actions
- Provider Link Actions
- Computer Actions
- Maintenance Actions
- Person Actions
- Tenant Actions
- User Actions
Overview
The node named "ImmyBot" is designed to interact with the ImmyBot API. Specifically, for the "Provider Link" resource and the "Get Provider Link" operation, it retrieves details about a specific provider link by its unique ID. This node is useful when you need to fetch information about a particular provider link from ImmyBot, such as in automation workflows that require verifying or processing provider link data.
Practical examples include:
- Retrieving a provider link's details to display or log them.
- Using the provider link data to trigger further actions in a workflow.
- Validating the existence or status of a provider link before proceeding with other operations.
Properties
| Name | Meaning |
|---|---|
| Provider Link ID | The unique identifier of the provider link to retrieve |
Output
The node outputs JSON data representing the details of the requested provider link. The exact structure depends on the ImmyBot API response but typically includes fields describing the provider link's attributes.
If the node supports binary data output, it would represent associated files or media related to the provider link; however, based on the provided code and properties, this node primarily outputs JSON data.
Dependencies
- Requires an API key credential for authentication with the ImmyBot service.
- Needs configuration of the subdomain part of the base URL via credentials.
- The node sends requests to the ImmyBot API endpoint constructed as
https://{subdomain}.immy.bot/api/v1.
Troubleshooting
- Missing or invalid Provider Link ID: Ensure the "Provider Link ID" property is set and valid; otherwise, the API call will fail.
- Authentication errors: Verify that the API key credential is correctly configured and has necessary permissions.
- Network or connectivity issues: Confirm that the subdomain and network settings allow access to the ImmyBot API.
- Unexpected API responses: Check if the provider link exists or if the API endpoint has changed.
Links and References
- ImmyBot API Documentation (Assumed, please replace with actual URL)
- n8n documentation on creating custom nodes and using credentials