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 fetches all mail conversations from the HumHub API. It supports retrieving either all mail conversations or a limited subset based on pagination parameters. This is useful for scenarios where users want to list or process mail conversations within the HumHub platform, such as for monitoring communications or integrating mail data into workflows.
Use Case Examples
- Retrieve all mail conversations without limit to process or analyze all messages.
- Fetch a limited number of mail conversations per page to display in a dashboard or for batch processing.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authentication to use for the API requests, either Basic Auth or JWT Token. |
| Return All | Determines whether to return all mail conversations or limit the results. |
| Query Parameters | Parameters to control pagination when not returning all results, including limit and page number. |
Output
JSON
id- Unique identifier of the mail conversation.title- Title or subject of the mail conversation.message- Content or message body of the mail conversation.recipient- List of recipients involved in the mail conversation.createdAt- Timestamp when the mail conversation was created.updatedAt- Timestamp when the mail conversation was last updated.
Dependencies
- HumHub API
Troubleshooting
- Ensure correct authentication method is selected and credentials are valid to avoid authorization errors.
- If 'Return All' is false, verify that 'Limit' and 'Page' parameters are within allowed ranges to prevent request errors.
- Network issues or API downtime may cause request failures; check connectivity and HumHub service status.
Links
- HumHub Mail API Documentation - Official documentation for the HumHub Mail API endpoints used by this node.
