Actions39
- Contact Actions
- Transaction Actions
- Subscription Actions
- Affiliation Actions
- Checkout Actions
- Country Actions
- Coupon Actions
- Product Actions
- User Actions
- Webhook Actions
Overview
This node integrates with the Guru Digital Manager API to manage various resources such as users, contacts, transactions, subscriptions, and more. Specifically for the User resource with the Get All operation, it retrieves a list of users from the Guru Digital Manager system.
Common scenarios where this node is beneficial include:
- Synchronizing user data from Guru Digital Manager into other systems.
- Automating reporting or analytics workflows that require user information.
- Bulk fetching user lists for processing or filtering within an automation.
For example, you can use this node to fetch all users or a limited number of users based on your criteria, then pass that data downstream in your workflow for further processing or integration.
Properties
| Name | Meaning |
|---|---|
| Return All | Whether to return all user records or only up to a specified limit. |
| Limit | Maximum number of user records to return if "Return All" is false (minimum 1, maximum 100). |
Output
The output is a JSON array where each element represents a user object retrieved from the Guru Digital Manager API. The structure of each user object corresponds directly to the API's user representation, typically including fields like user ID, name, email, and other user-related details.
No binary data is returned by this operation.
Dependencies
- Requires an API key credential for authenticating with the Guru Digital Manager API.
- The base URL for the API defaults to
https://digitalmanager.guru/api/v2but can be customized via credentials. - Proper permissions on the API token are necessary to access user data.
Troubleshooting
- Missing Credentials Error: If credentials are not set or invalid, the node will throw an error indicating credentials are required. Ensure you have configured a valid API authentication token.
- API Rate Limits or Timeouts: Fetching large datasets without enabling "Return All" may result in partial data. Use "Return All" carefully considering API limits.
- Invalid Limit Values: The limit must be between 1 and 100; values outside this range may cause errors.
- Unexpected API Errors: Check that the API base URL and token are correct. Review the Guru Digital Manager API documentation for any changes or additional requirements.
Links and References
- Guru Digital Manager API Documentation (for detailed user resource info)
- Guru Digital Manager official website: https://digitalmanager.guru
