Zapier and Make.com recipes

Connect ThermalTrace outbound webhooks and inbound snooze actions to no-code automations.

Outbound: alert → Zapier

  1. Create a Zap with trigger Webhooks by Zapier → Catch Hook.
  2. Paste the Zap URL into ThermalTrace Pro → Alerts → Outbound webhook.
  3. Send a test alert; map title, body, and kind to 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).