HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

Overview

This node operation adds a mail recipient to a specific mail conversation in the HumHub platform. It is useful for scenarios where you want to programmatically include a user as a recipient in an ongoing mail conversation, such as automating notifications or managing conversation participants in a workflow.

Use Case Examples

  1. Add a user as a recipient to a mail conversation by specifying the conversation's message ID and the user's ID.
  2. Automate the process of including team members in project-related mail conversations.

Properties

Name Meaning
Authentication Method of authentication to use for the API request, either Basic Auth or JWT Token.
Message ID The ID of the mail conversation to which the recipient will be added.
User ID The ID of the user to add as a recipient to the mail conversation.

Output

JSON

  • id - ID of the added mail recipient or response from the API.
  • messageId - The ID of the mail conversation.
  • userId - The ID of the user added as a recipient.

Dependencies

  • HumHub API

Troubleshooting

  • Ensure that the Message ID and User ID are valid and correspond to existing entities in HumHub.
  • Check that the selected authentication method is correctly configured with valid credentials.
  • Common errors include authorization failures due to invalid credentials or insufficient permissions, and not found errors if the message or user IDs do not exist.

Links

Discussion