Easy Redmine icon

Easy Redmine

Easy Redmine Operations

Overview

The node integrates with Easy Redmine, a project management and CRM platform, to perform various operations on different resources such as issues, leads, opportunities, accounts, and more. Specifically, for the Account resource and the Add Comment operation, this node allows users to add a textual comment to an existing account entity in Easy Redmine.

This functionality is useful in scenarios where you want to programmatically append notes or remarks to an account record, for example:

  • Adding follow-up comments after client meetings.
  • Logging internal notes or updates related to an account.
  • Automating comment additions based on external triggers or workflows.

Properties

Name Meaning
Account ID The unique numeric identifier of the account to which the comment will be added.
Comment The text content of the comment to add to the specified account.

Output

The node outputs JSON data representing the result of the add comment operation. This typically includes confirmation details about the comment added, such as its ID, content, timestamp, or related metadata returned by Easy Redmine's API.

No binary data output is involved in this operation.

Dependencies

  • Requires an active connection to Easy Redmine via an API key credential configured in n8n.
  • The node uses the base URL from the provided credentials to send requests to the Easy Redmine API.
  • Proper permissions on the Easy Redmine account are necessary to add comments to account entities.

Troubleshooting

  • Common Issues:

    • Invalid or missing Account ID: Ensure the Account ID corresponds to an existing account in Easy Redmine.
    • Empty comment field: The comment property must contain text; otherwise, the API may reject the request.
    • Authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions.
    • Network or connectivity problems: Confirm that the domain URL and network access to Easy Redmine are correct.
  • Error Messages:

    • Errors returned from the API are captured and can include messages like "Account not found" or "Unauthorized".
    • If multiple errors occur, they are concatenated and presented in the output error message.
    • To resolve, check input parameters, credentials, and API access rights.

Links and References

Discussion