Outbound: alert → Zapier
- Create a Zap with trigger Webhooks by Zapier → Catch Hook.
- Paste the Zap URL into ThermalTrace Pro → Alerts → Outbound webhook.
- Send a test alert; map
title,body, andkindto Slack, SMS, or sheets.
Inbound: snooze from automation
Pro households can create an inbound webhook under Dashboard → Share. POST:
POST /api/inbound/gtw_…
Content-Type: application/json
{"action":"snooze","hours":24}
{"action":"vacation","days":7}
{"action":"clear_snooze"}
{"action":"clear_vacation"}
{"action":"status"} Use Make/Zapier HTTP POST when you leave home or arm the alarm to pause non-critical alerts.
Home Assistant
See the downloadable HA blueprint for the reverse direction (ThermalTrace → HA).