HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

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

  1. Retrieve a mail conversation by providing its message ID to analyze or archive the conversation content.
  2. 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

Discussion