New services
Explore Plans
Mobile menu Close menu
beambeam

Door opened or closed

This trigger fires when the selected door state (open, closed) for a garage door you have access to is achieved.

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 the selected door state (open, closed) for a garage door you have access to is achieved.
API endpoint slug
beam.door_toggled_new

Trigger fields

Door Dropdown list

Label
Door
Slug
door
Required
true
Can have default value
false

Door state Dropdown list

Label
Door State
Slug
door_state
Required
true
Can have default value
false

Ingredients

Door nameThe name of the door that was opened or closed.

Slug
door_name
Filter code
Beam.doorToggledNew.DoorName
Type
String
Example
Door 1

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

Slug
door_state
Filter code
Beam.doorToggledNew.DoorState
Type
String
Example
Open

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

Slug
user_name
Filter code
Beam.doorToggledNew.UserName
Type
String
Example
John Smith

User emailThe email address of the person that opened/closed the door.

Slug
user_email
Filter code
Beam.doorToggledNew.UserEmail
Type
String
Example
john.smith@example.org

ChannelThe application used to open/close the door.

Slug
channel
Filter code
Beam.doorToggledNew.Channel
Type
String
Example
Beam Mobile App

Created atDate and time event was created.

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