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, including Personal Contacts. Specifically, the Add Comment operation for the Personal Contact resource allows users to add textual comments to a specific personal contact record in Easy Redmine.
Typical use cases include:
- Adding notes or remarks to a personal contact after interactions.
- Logging updates or feedback related to a contact.
- Collaborating within a team by appending comments to contact records.
For example, after a phone call with a client, a user can add a comment summarizing the discussion directly to that client's personal contact record.
Properties
| Name | Meaning |
|---|---|
| Personal Contact ID | The unique numeric identifier of the personal contact to which the comment will be added. |
| Comment | The text content of the comment to add to the specified personal contact. |
Output
The node outputs JSON data representing the result of the add comment operation. This typically includes confirmation details such as the updated personal contact information or the newly created comment's metadata.
No binary data output is involved in this operation.
Dependencies
- Requires an API key credential for Easy Redmine with appropriate permissions to access and modify personal contacts.
- The node expects the Easy Redmine domain URL to be configured in the credentials.
- Network connectivity to the Easy Redmine instance is necessary.
Troubleshooting
Common Issues:
- Invalid or missing Personal Contact ID: Ensure the ID corresponds to an existing contact.
- Insufficient permissions: The API key must have rights to add comments to personal contacts.
- Network or authentication errors: Verify credentials and network access.
Error Messages:
- Errors returned from the API are captured and presented in the output. If multiple errors occur, they are concatenated into a single message.
- If the node is set to continue on failure, errors for individual items are included in the output JSON under an
errorfield. - To resolve errors, check the error message details, validate input parameters, and confirm API access rights.
Links and References
- Easy Redmine Official Website
- Easy Redmine API Documentation (for detailed API usage and permissions)
- n8n Documentation on Creating Custom Nodes