HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

Overview

This node interacts with the HumHub API to retrieve detailed information about a specific activity by its ID. It is useful in scenarios where you need to fetch data about user activities or events within the HumHub platform, such as monitoring user engagement or auditing actions. For example, you can use this node to get the details of a particular activity to display in a dashboard or trigger further automation based on activity data.

Use Case Examples

  1. Retrieve details of an activity by specifying its ID to analyze user interactions.
  2. Fetch activity data to integrate with other systems for reporting or notifications.

Properties

Name Meaning
Authentication Method used to authenticate with the HumHub API, either Basic Auth or JWT Token.
ID The unique identifier of the activity to retrieve.

Output

JSON

  • id - The unique identifier of the activity.
  • type - The type/category of the activity.
  • content - Details or content related to the activity.
  • created_at - Timestamp when the activity was created.
  • user - Information about the user who performed the activity.

Dependencies

  • HumHub API

Troubleshooting

  • Ensure the provided activity ID exists and is correct; otherwise, the API will return an error.
  • Verify that the authentication credentials (Basic Auth or JWT Token) are valid and have the necessary permissions to access activity data.
  • Check network connectivity and API endpoint availability if requests fail.
  • If the node throws JSON parsing errors, ensure that the input parameters are correctly formatted and valid.

Links

Discussion