Actions28
- Task Actions
- Chat Message Actions
- User Actions
- Quest Actions
- Group Actions
- Content Actions
- Inbox Actions
- Skill (Spell) Actions
- Cron Actions
Overview
This node operation retrieves detailed information about a specific group in Habitica. It is useful for scenarios where you need to fetch and display group details such as group members, settings, or metadata within an automation workflow. For example, it can be used to get info about a user's party or guild in Habitica to integrate with other systems or for reporting purposes.
Use Case Examples
- Fetch information about a Habitica party to display member details in a dashboard.
- Retrieve guild information to synchronize group data with an external CRM system.
Properties
| Name | Meaning |
|---|---|
| Group | The specific group to get information for, identified either by selecting from a list or by entering a group ID. |
| Request Options | Additional settings to customize the API request, including batching options, SSL certificate validation, proxy settings, and request timeout. |
Output
JSON
groupid- The unique identifier of the group.name- The name of the group.members- List of members belonging to the group.details- Additional metadata and settings related to the group.
Dependencies
- Requires an API key credential for Habitica API authentication.
Troubleshooting
- Ensure the group ID is correctly formatted as a UUID to avoid validation errors.
- If SSL certificate validation fails, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
- Check proxy settings if requests fail to connect to the Habitica API.
- Timeout errors may occur if the server is slow or unresponsive; increase the timeout setting if needed.