HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

Overview

This node interacts with the HumHub API to create a new mail entry within a specified mail conversation. It is useful for adding content to an existing conversation thread in HumHub, such as posting a message or reply in a mail conversation. For example, it can be used to automate adding updates or comments to ongoing discussions in a HumHub workspace.

Use Case Examples

  1. Create a new mail entry in a conversation with a given MessageID and message content.
  2. Automate posting messages to a HumHub mail conversation based on external triggers.

Properties

Name Meaning
Authentication Selects the authentication method to use for the API request (Basic Auth or JWT Token).
MessageID The ID of the mail conversation to which the new entry will be added.
Message The content of the mail entry to be created in the conversation.

Output

JSON

  • id - The unique identifier of the created mail entry.
  • message - The content of the created mail entry.
  • created_at - Timestamp when the mail entry was created.
  • updated_at - Timestamp when the mail entry was last updated.

Dependencies

  • HumHub API

Troubleshooting

  • Ensure the MessageID corresponds to an existing mail conversation; otherwise, the API will return an error.
  • The message content must not be empty; otherwise, the API may reject the request.
  • Authentication credentials must be valid and correctly configured to avoid authorization errors.

Links

Discussion