Block 1 - slack_action_payload
- Type / Role
- n8n-nodes-base.set - set
- Config choices
- Version 3.4
This workflow is provided as-is. Please review and test before using in production.
Water Reminder Workflow This workflow demonstrates how to use n8n and Slack to build an intelligent water drinking reminder system, combined with Google Sheets for data recording and OpenAI for gen...
n8n-nodes-base.set, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.scheduletrigger, n8n-nodes-base.limit, n8n-nodes-base.googlesheets, n8n-nodes-base.summarize, n8n-nodes-base.merge, n8n-nodes-base.if
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by darrell_tw.
Original n8n.io sourceThis workflow demonstrates how to use n8n and Slack to build an intelligent water drinking reminder system, combined with Google Sheets for data recording and OpenAI for generating personalized reminder messages.
The iOS shortcut template:
The result in iOS health:
To use this workflow, you need to set up the following:
Google Sheets:
log and setting sheetslog sheet should include date, time, and value columnssetting sheet is used to store daily water intake goalsSlack:
OpenAI:
iOS Shortcut (optional):
darrell_water for recording health data0 {{ Math.floor(Math.random() * 11) }} 8-23 * * *settinglogdate equals today's date {{ $now.format('yyyy-MM-dd') }}value (sum){{ DateTime.fromISO($json.date+"T"+$json.time).format('yyyy-MM-dd HH:mm:ss') }} is after {{ $now.minus(30, "minutes") }}{{ Math.floor(Math.random() * 1) + 1 }} minutesgpt-4o-miniPOSTslack-water-webhook{{ $json.body.payload }}value: {{ $json.actions[0].value }}message_text: {{ $json.message.text }}shortcut_url: shortcuts://run-shortcut?name=darrell_water&input=shortcut_url_data: JSON containing water amount and timemessage_ts: {{ $json.container.message_ts }}logdate: {{ $now.format('yyyy-MM-dd') }}time: {{ $now.format('HH:mm:ss') }}value: {{ $json.value }}This workflow was created by darrell_tw_, an engineer focused on AI and Automation.
Contact:
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Automated water consumption tracker - stored in sheet and notify in Slack |
|---|---|
| Complexity | advanced |
| Nodes | 21 |
| Categories | Personal Productivity, AI Chatbot |
| Author | darrell_tw |
| Published | 28 Feb 2025 |
Use the JSON export at /data/workflows/3042/3042.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Water Reminder Workflow This workflow demonstrates how to use n8n and Slack to build an intelligent water drinking reminder system, combined with Google Sheets for data recording and OpenAI for gen...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Personal Productivity, AI Chatbot use case.