Set up Getwello with Notion
Log every check-in, visit and Family Room message to a Notion database. Build dashboards, share with the family.
Notion is a flexible database tool that many Coordinators already use for life admin. This guide wires Getwello to a Notion database so every check-in, visit and Family Room message becomes a row you can search, filter and visualise.
What you'll end up with
A Notion database that grows with every check-in. Calendar view, table view, gallery view. Build a weekly Sunday review page that pulls in the week's data automatically.
What you need
- A Notion account (free works fine for personal use).
- A Zapier account, OR comfort with running a small script. We will walk through the Zapier route because it is faster.
- A Getwello Coordinator account with active subscription.
Step 1: Create the Notion database
- In Notion, create a new full-page database. Call it “Getwello check-ins”.
- Add columns: Type (Select: check-in / missed / family-room / visit), Timestamp (Date), Status (Text), Mood (Text), Notes (Text).
- Optional: add a Person column tagged to the Check-in Member.
Step 2: Create a Notion integration
- Open notion.so/my-integrations.
- Click + New integration. Name it “Getwello”. Pick your workspace.
- Copy the secret token (starts with
secret_). - Open your new database in Notion. Click the … menu, scroll to Connections, add “Getwello”.
Step 3: Mint a Getwello API key
Open Settings → Developer API, create a key called “Notion via Zapier”. (The key is for completeness; the webhook does not need it.)
Step 4: Set up Zapier as the bridge
- In Zapier, create a new Zap.
- Trigger: Webhooks by Zapier → Catch Hook. Copy the URL.
- Action: Notion → Create Database Item.
- Connect your Notion account, pick the database from Step 1.
- Map fields: Type =
event, Timestamp =occurred_at, Status =data.status, etc.
Step 5: Create the Getwello webhook subscription
Settings → Developer API → Webhooks. URL is the Catch Hook from Zapier. Pick all four events for maximum data capture. Save.
Step 6: Test, then turn it on
- On the Getwello side, click Test on the webhook.
- In Zapier, you should see the trigger fire and a new row appear in your Notion database.
- Turn the Zap on.
Build the views
Calendar view
In your database, click + Add a view → Calendar. Set the date property to Timestamp. Now you have a visual calendar of every check-in.
Mood trend
Add a Notion Chart block (Plus icon in any page, search Chart). Connect to the database, group by mood, count per week. Now you have a mood trend over time.
Weekly review page
Create a page called “Mum: weekly review”. Add a Linked Database View filtered to “last 7 days”. Refresh every Sunday with a cup of tea.
Share with the family
- Open the page you want to share.
- Click Share in the top right.
- Publish to web for a public read-only link, OR add specific email addresses for private sharing.
If you want to skip Zapier
For technical users: write a small Vercel function or Cloudflare Worker that receives our webhook and POSTs to Notion's /v1/pages endpoint with your integration token. About 50 lines of code. Skeleton in the developer overview.
Cost
Notion: free for personal use. Zapier: free tier covers up to 100 events/month, fine for most Circles. Total cost above the £4.99 Getwello plan: zero.
Troubleshooting
New rows are not appearing: open the Zap History in Zapier. Look at the most recent run. Errors usually mean a field mapping is wrong, or the Notion integration was not added to the database.
Rows show but fields are blank: the field mapping in Zapier is pointing at a path that does not exist in our event JSON. Check the event reference in the developer overview.
More on developer api, mcp and webhooks
- What the Developer API is for, in plain English
- Create your first API key
- Set up the Getwello MCP server with Claude Desktop
- What webhooks are, and why you would want one
- Set up your first webhook
- Recipe: Sonos announces "Mum has just checked in" via Home Assistant
- Troubleshooting integrations
- Set up Getwello with Slack, end to end
- Set up Getwello with Amazon Alexa
- Set up Getwello with Apple Shortcuts and Siri
- Set up Getwello with Google Home and Nest
- Set up Getwello with Zapier
- Set up Getwello with n8n
- Set up Getwello with Make.com
- Set up Getwello with Discord
- Set up Getwello with Microsoft Teams
- Set up Getwello with Telegram
- Set up Getwello with IFTTT
- Set up Getwello with Pushover
- Set up Getwello with Cursor
- Set up Getwello with Ollama
- Set up Getwello with Apple HomeKit
- Set up Getwello with SmartThings
- Set up Getwello with Hubitat
- Set up Getwello with Tasker
- Set up Getwello with Sonos
- Set up Getwello with Google Calendar
- Set up Getwello with Apple Calendar
- Set up Getwello with Obsidian
- Set up Getwello with ntfy
Didn't answer your question?
Email hello@getwello.co.uk