Actions37
- Issue Actions
- Lead Actions
- Opportunity Actions
- Account Actions
- Attendance Actions
- Personal Contact Actions
- Time Entry Actions
- User Actions
Overview
This node integrates with Easy Redmine to perform various operations on different resources such as Issues, Leads, Opportunities, Accounts, and others. Specifically, for the Opportunity resource with the Add Comment operation, it allows users to add a textual comment to an existing Opportunity entity in Easy Redmine.
Typical use cases include:
- Automatically appending notes or updates to an Opportunity after certain triggers or events.
- Logging communication or status updates related to sales opportunities.
- Enhancing CRM workflows by programmatically adding comments without manual entry.
For example, after a deal stage changes in your CRM, you could use this node to add a comment summarizing the update directly into the corresponding Opportunity record in Easy Redmine.
Properties
| Name | Meaning |
|---|---|
| Opportunity ID | The unique numeric identifier of the Opportunity to which the comment will be added. |
| Comment | The text content of the comment to add to the specified Opportunity. |
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 from 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 provided by the user's Easy Redmine domain credential.
- Proper permissions on the Easy Redmine account to add comments to Opportunities are necessary.
Troubleshooting
Common issues:
- Invalid or missing Opportunity ID: Ensure the Opportunity ID exists and is correctly provided.
- Insufficient permissions: The API user must have rights to add comments on Opportunities.
- Network or authentication errors: Verify API credentials and network connectivity to Easy Redmine.
Error messages:
- Errors returned from Easy Redmine API (e.g., "Not Found", "Unauthorized") will be surfaced. Check that the Opportunity ID is valid and credentials are correct.
- If the node fails but "Continue On Fail" is enabled, error details will be included in the output JSON for easier debugging.
Links and References
- Easy Redmine Official Website
- Easy Redmine API Documentation (for detailed API endpoints and payloads)
- n8n Documentation (for general usage of nodes and credentials)