Send IFTTT notification when Garageio door opens or closes
This Trigger fires every time a garage door you manage is opened or closed via the Garageio website or smartphone app.
Developer info
- API endpoint slug
- garageio.door_toggled
Trigger fields
Door Dropdown list
- Label
- Which door?
- Slug
- door
- Required
- true
- Can have default value
- false
Ingredients
Door name The name of the door that was opened or closed.
- Slug
- door_name
- Filter code
- Garageio.doorToggled.DoorName
- Type
- String
- Example
- Door 1
Door state The state (opened / closed) of the door.
- Slug
- door_state
- Filter code
- Garageio.doorToggled.DoorState
- Type
- String
- Example
- Opened
User name The name of the person that opened/closed the door.
- Slug
- user_name
- Filter code
- Garageio.doorToggled.UserName
- Type
- String
- Example
- John Smith
User email The email address of the person that opened/closed the door.
- Slug
- user_email
- Filter code
- Garageio.doorToggled.UserEmail
- Type
- String
- Example
- john.smith@example.com
Channel The application used to open/close the door.
- Slug
- channel
- Filter code
- Garageio.doorToggled.Channel
- Type
- String
- Example
- Garageio Mobile App
Created at Date and time event was created.
- Slug
- created_at
- Filter code
- Garageio.doorToggled.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00