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 volume changes on Bbox Miami.
- API endpoint slug
- bbox_miami.volume_changed
Trigger fields
Volume value filter Text input
- Label
- Volume value filter
- Helper text
- ex : "{{NewVolume}} > value", "{{NewVolume}} < value" , "{{NewVolume}} == value". value can go from 0 to 100
- Slug
- volume_value_filter
- Required
- true
- Can have default value
- true
Ingredients
Created atDate and time event was created.
- Slug
- created_at
- Filter code
- BboxMiami.volumeChanged.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
Old volumeThe former volume value
- Slug
- old_volume
- Filter code
- BboxMiami.volumeChanged.OldVolume
- Type
- String
- Example
- 20
New volumeThe new volume value
- Slug
- new_volume
- Filter code
- BboxMiami.volumeChanged.NewVolume
- Type
- String
- Example
- 100