Explore Plans
Mobile menu Close menu
GarageioGarageio

Door opened or closed

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 nameThe name of the door that was opened or closed.

Slug
door_name
Filter code
Garageio.doorToggled.DoorName
Type
String
Example
Door 1

Door stateThe state (opened / closed) of the door.

Slug
door_state
Filter code
Garageio.doorToggled.DoorState
Type
String
Example
Opened

User nameThe name of the person that opened/closed the door.

Slug
user_name
Filter code
Garageio.doorToggled.UserName
Type
String
Example
John Smith

User emailThe 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

ChannelThe application used to open/close the door.

Slug
channel
Filter code
Garageio.doorToggled.Channel
Type
String
Example
Garageio Mobile App

Created atDate and time event was created.

Slug
created_at
Filter code
Garageio.doorToggled.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00