HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

Overview

This node interacts with the HumHub API to retrieve notification data. Specifically, the 'Notification' resource with the 'Get' operation fetches a single notification by its ID. This is useful for workflows that need to access detailed information about a specific notification within the HumHub platform, such as for monitoring or processing notification content.

Use Case Examples

  1. Retrieve a notification by its ID to display its details in a dashboard.
  2. Fetch notification data to trigger further actions based on notification content.

Properties

Name Meaning
Authentication Method of authentication to use for the API request, either Basic Auth or JWT Token.
ID The unique identifier of the notification to retrieve.

Output

JSON

  • id - The unique identifier of the notification.
  • title - The title or subject of the notification.
  • content - The main content or message of the notification.
  • createdAt - Timestamp when the notification was created.
  • seen - Boolean indicating if the notification has been seen.
  • userId - ID of the user to whom the notification belongs.

Dependencies

  • HumHub API

Troubleshooting

  • Ensure the provided notification ID exists; otherwise, the API will return an error indicating the notification was not found.
  • Verify that the correct authentication method is selected and credentials are valid to avoid authentication errors.
  • If the node fails to retrieve data, check network connectivity and API endpoint accessibility.

Links

Discussion