Actions126
- User Actions
- Group Actions
- Content Actions
- Post Actions
- Comment Actions
- Like Actions
- Activity Actions
- Notification Actions
- Space Actions
- Calendar Actions
- CFile Directory Actions
- CFile Actions
- CFile Item Management Actions
- Survey Actions
- Task Actions
- Task List Actions
- Wiki Page Actions
- Mail Conversation Actions
- Mail Entry Actions
- Mail Recipient Actions
- Session Actions
- File Actions
- Space Membership Actions
- Topic Actions
- Survey Answer Actions
- Survey Answers Actions
- Wiki Page Revision Actions
- Mail Tag Actions
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
- Retrieve a notification by its ID to display its details in a dashboard.
- 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
- HumHub Notification API Documentation - Official documentation for the HumHub Notification API endpoints and usage.
