About this trigger
Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.
Developer info
- Description
- This Trigger fires when a mode is armed.
- API endpoint slug
- scoutalarm.mode_armed
Trigger fields
Mode ID Dropdown list
- Label
- Which mode?
- Slug
- mode_id
- Required
- true
- Can have default value
- false
Ingredients
NameName of mode.
- Slug
- name
- Filter code
- Scoutalarm.modeArmed.Name
- Type
- String
- Example
- Away
Formatted textText shown in activity feed.
- Slug
- formatted_text
- Filter code
- Scoutalarm.modeArmed.FormattedText
- Type
- String
- Example
- Dave via IFTTT armed Away mode
EventState of mode.
- Slug
- event
- Filter code
- Scoutalarm.modeArmed.Event
- Type
- String
- Example
- Armed
ByThe name of the person or thing that triggered the mode to arm.
- Slug
- by
- Filter code
- Scoutalarm.modeArmed.By
- Type
- String
- Example
- Dave via IFTTT
AtDate and time the mode was armed.
- Slug
- at
- Filter code
- Scoutalarm.modeArmed.At
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00