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 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
- Add a user as a recipient to a mail conversation by specifying the conversation's message ID and the user's ID.
- 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
- HumHub API Documentation - Official API documentation for HumHub, useful for understanding endpoints and parameters.
