Actions28
- Task Actions
- Chat Message Actions
- User Actions
- Quest Actions
- Group Actions
- Content Actions
- Inbox Actions
- Skill (Spell) Actions
- Cron Actions
Overview
This node interacts with the Habitica API to retrieve the current state of the game world. It is useful for users who want to fetch real-time data about their game environment, such as tasks, groups, or party members, to integrate with other workflows or automate game-related actions.
Use Case Examples
- Fetching the list of tasks assigned to a user to display in a dashboard.
- Retrieving group or party member information to manage collaborative game activities.
- Getting the current game state to trigger notifications or updates in other applications.
Properties
| Name | Meaning |
|---|---|
| Request Options | Settings to customize the API request behavior, including batching, SSL certificate validation, proxy configuration, and request timeout. |
Output
JSON
results- Array of objects representing the game world state data retrieved from the Habitica API, such as tasks, groups, or party members.
Dependencies
- Habitica API, requiring an API key credential for authentication.
Troubleshooting
- Ensure the Habitica API credentials are correctly configured and valid to avoid authentication errors.
- If SSL certificate validation is enabled, verify that the server's SSL certificate is valid to prevent request failures.
- Check proxy settings if requests fail to connect, especially when using authenticated proxies.
- Adjust timeout settings if the server response is slow or times out frequently.
Links
- Habitica API Documentation - Official documentation for the Habitica API endpoints and usage.