Skip to content
OpenAppPhysical access, simplified
Login

iOS Shortcuts and Siri

  1. In the dashboard, open the entity → Voice control.
  2. Create the key and download Apple Shortcut JSON (or copy the curl snippet).
  3. On iPhone, import into the Shortcuts app (use the shortcuts:// link from the wizard if provided).
  4. Add the shortcut to Siri: Shortcuts → shortcut → Add to Siri.

Example HTTP action (replace values from the wizard):

Terminal window
curl -sS -X POST 'https://api.openapp.house/api/v1/entities/ENTITY_ID/actions/switchable.open' \
-H 'Authorization: Bearer YOUR_VOICE_PAT' \
-H 'Content-Type: application/json' \
-d '{}'

Phrase example: “Hey Siri, open the cars gate.”