This workflow, "Mood Graph Studio," offers a comprehensive solution to track and visualize your emotional well-being. By simply inputting a single sentence about your mood, this template uses AI to perform a sentiment analysis, generates a visual graph via Wolfram Alpha, provides personalized feedback, and logs everything to Google Sheets.
It is designed for anyone interested in mindfulness, self-reflection, or quantified self-tracking.
The workflow is divided into two main API functionalities and a manual trigger for easy testing.
/mood endpoint)valence (positivity) and energy (activity)./history endpoint)You must add your own credentials for the following services in the respective nodes:
This workflow uses the HTTP Request node to call the Wolfram Alpha API.
appid parameter value in both Generate...Graph nodes.Document ID field in both Google Sheets nodes.userId, moodText, valence, energy, createdAt, wolframQuery, feedbackFor Testing:
Use the Manual Trigger. Modify the sample text in the "Set Test Data" node and click "Execute Workflow" on the canvas.
For Production:
Activate the workflow. Send POST requests to the Production URL of the Webhook nodes.