Group Location
Explore Plans
Mobile menu Close menu
NoonlightNoonlight

Trigger alarm with address

This action will send your address to Noonlight dispatchers alerting them of an emergency.

About this action

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 action will send your address to Noonlight dispatchers alerting them of an emergency.
API endpoint slug
safetrek.alert_address
Filter code method
Safetrek.alertAddress.skip(string?: reason)
Runtime method
runAction("safetrek.alert_address", {})

Action fields

Address line 1 Text input > Other

Label
Street Address
Slug
address_line_1
Required
true
Can have default value
true
Filter code method
Safetrek.alertAddress.setAddressLine1(string: addressLine1)

Address line 2 Text input > Other

Label
Apt, suite, unit, etc.
Slug
address_line_2
Required
false
Can have default value
true
Filter code method
Safetrek.alertAddress.setAddressLine2(string: addressLine2)

City Text input > Other

Label
City
Slug
city
Required
true
Can have default value
true
Filter code method
Safetrek.alertAddress.setCity(string: city)

State Text input > Other

Label
State
Slug
state
Required
true
Can have default value
true
Filter code method
Safetrek.alertAddress.setState(string: state)

Zip Text input > Other

Label
Zip
Slug
zip
Required
true
Can have default value
true
Filter code method
Safetrek.alertAddress.setZip(string: zip)