HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

Overview

This node interacts with the HumHub API to perform operations related to the 'Space' resource. Specifically, the 'Get' operation retrieves detailed information about a specific space by its ID. This is useful for scenarios where you need to fetch and utilize space details within an automation workflow, such as displaying space information, integrating with other systems, or managing spaces programmatically.

Use Case Examples

  1. Retrieve details of a specific space by providing its ID to use in further workflow steps.
  2. Fetch space information to display in a dashboard or report.
  3. Use space data to trigger conditional logic or notifications based on space attributes.

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 space to retrieve.

Output

JSON

  • id - The unique identifier of the space.
  • name - The name of the space.
  • description - Description of the space.
  • visibility - Visibility status of the space.
  • join_policy - Policy defining how users can join the space.
  • otherProperties - Additional properties returned by the HumHub API for the space.

Dependencies

  • HumHub API

Troubleshooting

  • Ensure the provided space ID is valid and exists in the HumHub instance to avoid 'not found' errors.
  • Verify that the selected authentication method is correctly configured with valid credentials.
  • Check network connectivity and API endpoint accessibility if requests fail.
  • Handle API rate limits or permission issues that might cause request failures.

Links

Discussion