Easy Redmine icon

Easy Redmine

Easy Redmine Operations

Actions6

Overview

This node integrates with Easy Redmine to retrieve multiple Lead records based on predefined queries. It is designed to fetch a list of leads filtered by specific query criteria defined in Easy Redmine, enabling users to automate workflows that require bulk lead data extraction.

Common scenarios include:

  • Exporting filtered lead lists for marketing campaigns.
  • Synchronizing lead data with other CRM or sales tools.
  • Generating reports on leads matching certain conditions.

For example, a user can select a saved query in Easy Redmine that filters leads by status or creation date and then use this node to pull all matching leads into their workflow for further processing.

Properties

Name Meaning
EasyRedmine Leads Query Name or ID Choose a saved query from Easy Redmine to filter the leads returned. Options are loaded dynamically from Easy Redmine's saved lead queries. You can also specify a query ID using an expression.

Output

The node outputs JSON data containing an array of lead objects retrieved from Easy Redmine according to the selected query filter. Each object represents a lead with its associated fields as provided by the Easy Redmine API.

No binary data output is produced by this node.

Dependencies

  • Requires an active Easy Redmine account with API access enabled.
  • Needs an API key credential configured in n8n to authenticate requests.
  • The node uses the base URL and API token from the credentials to make REST API calls to Easy Redmine.

Troubleshooting

  • Empty results: If no leads are returned, verify that the selected query in Easy Redmine actually matches existing leads.
  • Authentication errors: Ensure the API key credential is valid and has sufficient permissions.
  • Invalid query ID: If specifying a query ID manually, confirm it exists and is accessible.
  • API rate limits or connectivity issues: Check network connectivity and Easy Redmine API usage limits.

Links and References

Discussion