Actions126
- User Actions
- Group Actions
- Content Actions
- Post Actions
- Comment Actions
- Like Actions
- Activity Actions
- Notification Actions
- Space Actions
- Calendar Actions
- CFile Directory Actions
- CFile Actions
- CFile Item Management Actions
- Survey Actions
- Task Actions
- Task List Actions
- Wiki Page Actions
- Mail Conversation Actions
- Mail Entry Actions
- Mail Recipient Actions
- Session Actions
- File Actions
- Space Membership Actions
- Topic Actions
- Survey Answer Actions
- Survey Answers Actions
- Wiki Page Revision Actions
- Mail Tag Actions
Overview
This node operation updates a specific mail entry within a mail conversation in the HumHub platform. It is useful for modifying the content of an existing mail entry identified by its message ID and entry ID. For example, it can be used to correct or add information to a conversation entry in a collaborative environment.
Use Case Examples
- Updating the content of a mail entry in a conversation to correct a typo or add additional details.
- Modifying a mail entry to reflect new information or changes in a discussion thread.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authentication to use for the API request, either Basic Auth or JWT Token. |
| MessageID | The ID of the mail conversation to which the entry belongs. |
| Entry ID | The ID of the specific mail entry to update within the conversation. |
| Content | The new content to set for the mail entry. |
Output
JSON
content- The updated content of the mail entry.messageId- The ID of the mail conversation.entryId- The ID of the updated mail entry.
Dependencies
- Requires authentication credentials for HumHub API, either Basic Auth or JWT Token.
Troubleshooting
- Ensure that the MessageID and Entry ID are valid and correspond to existing mail conversation and entry, otherwise the API request will fail.
- The content must be provided and not empty; otherwise, the update operation will not succeed.
- Authentication must be correctly configured; invalid or missing credentials will cause authorization errors.
Links
- HumHub API Documentation - Official API documentation for HumHub, useful for understanding endpoints and request formats.
