Easy Redmine icon

Easy Redmine

Easy Redmine Operations

Overview

This node integrates with Easy Redmine to retrieve multiple personal contact records based on a predefined query filter. It is designed to fetch lists of personal contacts efficiently, supporting pagination and filtering through saved queries.

Common scenarios where this node is beneficial include:

  • Synchronizing personal contact data from Easy Redmine into other systems.
  • Generating reports or dashboards that require bulk personal contact information.
  • Automating workflows that depend on filtered sets of personal contacts, such as marketing campaigns or customer outreach.

For example, you might use this node to get all personal contacts matching a specific query (e.g., contacts from a particular region or with a certain tag) and then process them further in your workflow.

Properties

Name Meaning
EasyRedmine Personal Contacts Query Name or ID Choose a saved query to filter the personal contacts results. You can select from a list of available queries or specify a query ID via expression.
Return All Boolean flag indicating whether to return all matching results or limit the output.
Offset Number specifying the starting point in the result set (used when not returning all).
Limit (1-100) Maximum number of results to return when not returning all. Must be between 1 and 100.

Output

The node outputs an array of JSON objects representing personal contact records retrieved from Easy Redmine according to the selected query and pagination settings.

Each item in the output JSON array corresponds to one personal contact entity with its associated fields as provided by Easy Redmine.

The node does not output binary data.

Dependencies

  • Requires an API key credential for authenticating with the Easy Redmine API.
  • The node expects the base URL of the Easy Redmine instance to be configured in the credentials.
  • Uses Easy Redmine's saved queries feature to filter personal contacts.

Troubleshooting

  • No results returned: Ensure the selected personal contact query exists and returns data in Easy Redmine. Verify the query ID if using an expression.
  • API authentication errors: Confirm that the API key credential is valid and has sufficient permissions to access personal contacts.
  • Limit and offset issues: When Return All is false, ensure the Limit is within 1-100 and Offset is non-negative.
  • Error messages containing "errors": These usually indicate API-side validation or permission issues. Check the error details and adjust credentials or query parameters accordingly.
  • Node fails without continuing: Enable "Continue On Fail" in the node settings to allow partial processing when some items cause errors.

Links and References

Discussion