Developer API, MCP and webhooks·
Set up Getwello with Google Calendar
Mirror Getwello visits into a shared Google Calendar via Zapier. 10 minutes.
Sync Getwello visits into a Google Calendar so they appear next to the family's other plans. One-way sync; Getwello is the source of truth.
What you need
- A Google account.
- A Zapier account (free tier covers a typical family).
- A Getwello Coordinator account with active subscription.
Step 1: Create a dedicated calendar
- Open Google Calendar.
- Left sidebar → + → Create new calendar.
- Name: “Mum visits” (or per-visitor for colour coding).
- Share it with the family by email if you want everyone to see it.
Step 2: Create a Zap
- In Zapier, Create Zap.
- Trigger: Webhooks by Zapier → Catch Hook. Copy the URL.
- Action: Google Calendar → Create Detailed Event.
Step 3: Map the fields
Field mappings:
- Calendar: Mum visits
- Summary: “{visitor_name} → Mum” (built from event data)
- Start Date & Time:
data.starts_at - End Date & Time:
data.ends_at - Event ID:
getwello-{data.visit_id}(so updates dedupe) - Color: pick based on visitor (use Paths in Zapier or a Lookup table)
Step 4: Create the Getwello webhook subscription
Settings → Developer API → Webhooks. URL is the Zapier Catch Hook. Tick visit.created.
Test
Schedule a sample visit in Getwello. Within a few seconds, the calendar shows the entry.
Troubleshooting
Duplicates appear: the Event ID isn't set. Without it Zapier creates a new event every time. Set it to a stable ID like getwello-{visit_id}.
Time zones are wrong: Getwello sends ISO timestamps in UTC. Google Calendar shows them in the calendar's time zone. Verify the calendar's TZ matches the user's.
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 Notion
- 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 Apple Calendar
- Set up Getwello with Obsidian
- Set up Getwello with ntfy
Didn't answer your question?
Email hello@getwello.co.uk