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, allowing users to manage various resources such as contacts, transactions, subscriptions, affiliations, checkouts, countries, coupons, products, users, and webhooks. Specifically for the Affiliation resource with the Get All operation, the node fetches a list of all affiliations from the Guru Digital Manager system.
Typical use cases include:
- Retrieving all affiliation records for reporting or synchronization purposes.
- Automating workflows that require bulk access to affiliation data.
- Integrating affiliation data into other systems or dashboards.
For example, a marketing team might use this node to pull all current affiliations to analyze partner performance or commission tracking.
Properties
| Name | Meaning |
|---|---|
| Return All | Whether to return all affiliation results or limit the number of results returned. |
| Limit | Maximum number of affiliation results to return if "Return All" is set to false (1-100). |
Output
The output is a JSON array where each element represents an affiliation object retrieved from the Guru Digital Manager API. The exact structure of each affiliation object depends on the API response but typically includes fields such as affiliation ID, related user/contact IDs, status, and other metadata.
No binary data output is produced 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 configured in credentials. - The node uses HTTP requests to communicate with the API endpoints.
Troubleshooting
- Missing Credentials Error: If the node throws an error about missing credentials, ensure that a valid API authentication token is configured in the node's credentials.
- API Endpoint Errors: If the API returns errors, verify that the base URL and token are correct and have sufficient permissions.
- Limit Exceeded: When not returning all results, the limit must be between 1 and 100; setting values outside this range may cause errors.
- Network Issues: Connectivity problems to the Guru Digital Manager API will result in request failures; check network and firewall settings.
- Unexpected Response Format: If the output does not match expectations, confirm that the API version and endpoint have not changed.
Links and References
- Guru Digital Manager API Documentation: https://docs.digitalmanager.guru/developers/affiliations
