HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

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

  1. Updating tags of a mail conversation to categorize it under 'Work' and 'Travel'.
  2. 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

Discussion