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 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
- Create a new mail entry in a conversation with a given MessageID and message content.
- 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
- HumHub API Documentation - Official API documentation for HumHub, detailing endpoints and usage.
