Software
Integrations
IFTTT & Zapier

IFTTT & Zapier

Webhook rules support three service modes — Generic, IFTTT, Zapier — selectable per rule.

ServiceSetupPayload shape
IFTTTGet key at ifttt.com/maker_webhooks (opens in a new tab) → Documentationvalue1, value2, value3
ZapierCreate Zap → Webhooks trigger (Catch Hook) → paste URLFlat JSON
GenericAny POST-accepting endpoint (n8n, Home Assistant, Node-RED…)Standard JSON

Payload Examples

{
  "value1": "23.45",
  "value2": "band_power_above",
  "value3": "{\"event\":\"band_power_above\",\"rule\":\"Alpha alert\",\"value\":23.45,\"threshold\":20}"
}

Use Cases

  • IFTTT: Turn on a smart light when alpha power is high (relaxation)
  • Zapier: Log focus scores to a Google Sheet every minute
  • n8n / Node-RED: Complex automation chains with EEG triggers
  • Home Assistant: Dim lights when focus drops, play ambient when relaxing