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 the tags of a mail conversation in the HumHub platform. It is useful for organizing and categorizing mail conversations by assigning or modifying tags associated with a specific conversation identified by its message ID. For example, users can update tags like 'Work' or 'Travel' to better manage their mail conversations within HumHub.
Use Case Examples
- Updating tags of a mail conversation to categorize it under 'Work' and 'Travel'.
- Modifying existing tags of a mail conversation to reflect new project names or priorities.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method used to authenticate API requests, either Basic Auth or JWT Token. |
| Message ID | The unique identifier of the mail conversation to update. |
| Tags | Comma-separated list of tags to assign to the mail conversation, e.g., 'Work,Travel'. |
Output
JSON
tags- Array of updated tags assigned to the mail conversation.
Dependencies
- Requires authentication credentials for HumHub API, either Basic Auth or JWT Token.
Troubleshooting
- Ensure the Message ID is valid and corresponds to an existing mail conversation in HumHub.
- Tags must be provided as a comma-separated string; improper formatting may cause errors.
- Authentication failure errors indicate invalid or missing credentials; verify the selected authentication method and credentials.
Links
- HumHub API Documentation - Official API documentation for HumHub, detailing endpoints and usage.
