HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

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

  1. Retrieve all mail conversations without limit to process or analyze all messages.
  2. 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

Discussion