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 retrieve details of a specific mail conversation by its message ID. It is useful for scenarios where users need to fetch and process email conversation data within a workflow, such as automating email management or integrating mail conversations with other systems.
Use Case Examples
- Retrieve a mail conversation by providing its message ID to analyze or archive the conversation content.
- Use the node to fetch mail conversation details and trigger subsequent actions based on the conversation data.
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 retrieve. |
Output
JSON
id- The unique identifier of the mail conversation.title- The title or subject of the mail conversation.message- The main message content of the mail conversation.recipient- List of recipients involved in the mail conversation.created_at- Timestamp when the mail conversation was created.updated_at- Timestamp when the mail conversation was last updated.
Dependencies
- HumHub API
Troubleshooting
- Ensure the provided Message ID is valid and exists in the HumHub system to avoid 'not found' errors.
- Verify that the correct authentication method and credentials are used to prevent authorization failures.
- Check network connectivity and API endpoint availability if requests fail or time out.
Links
- HumHub Mail Conversation API Documentation - Official API documentation for mail conversation endpoints in HumHub.
