New services
Explore Plans
Mobile menu Close menu
AmbaAmba

Share with Amba

This action will share your smart device data with Amba.

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 share your smart device data with Amba.
API endpoint slug
Amba.events
Filter code method
Amba.events.skip(string?: reason)
Runtime method
runAction("Amba.events", {})

Action fields

Device internal name Text input > Title

Label
What is the device internal name?
Slug
deviceInternalName
Required
true
Can have default value
true
Filter code method
Amba.events.setDeviceInternalName(string: deviceInternalName)

Device name Text input > Title

Label
What is the friendly name of this device?
Slug
deviceName
Required
true
Can have default value
true
Filter code method
Amba.events.setDeviceName(string: deviceName)

Occurred at Text input > ISO 8601 date and time

Label
When did this event occur?
Slug
occurredAt
Required
false
Can have default value
true
Filter code method
Amba.events.setOccurredAt(string: occurredAt)

Indicates activity Text input > Other

Label
Does this event indicate the VIP is active?
Slug
indicatesActivity
Required
false
Can have default value
true
Filter code method
Amba.events.setIndicatesActivity(string: indicatesActivity)

Data Text input > Other

Label
Data
Slug
data
Required
true
Can have default value
true
Filter code method
Amba.events.setData(string: data)