Explore Plans
Mobile menu Close menu
Smarter

FridgeCam detects that an item has changed in the fridge

This trigger fires when an item is added to, or removed from, the fridge.

Developer info

API endpoint slug
smarter.fridgecam_item_changed

Trigger fields

Fridgecam Dropdown list

Label
Which FridgeCam?
Slug
fridgecam
Required
true
Can have default value
false

Ingredients

Created at Date and time event was created.

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

Battery percentage The battery percentage.

Slug
battery_percentage
Filter code
Smarter.fridgecamItemChanged.BatteryPercentage
Type
String
Example
10

Temperature The fridge temperature in degrees C.

Slug
temp
Filter code
Smarter.fridgecamItemChanged.Temperature
Type
String
Example
4

Ingredients A comma separated list of ingredients.

Slug
ingredients
Filter code
Smarter.fridgecamItemChanged.Ingredients
Type
String
Example
Milk, Eggs, Cheese

Ingredients added A comma separated list of the ingredients that were added.

Slug
ingredients_added
Filter code
Smarter.fridgecamItemChanged.IngredientsAdded
Type
String
Example
Milk, Cheese

Ingredients removed A comma separated list of the ingredients that were removed.

Slug
ingredients_removed
Filter code
Smarter.fridgecamItemChanged.IngredientsRemoved
Type
String
Example
Milk, Cheese

Barcodes A comma separated list of ingredient barcodes.

Slug
barcodes
Filter code
Smarter.fridgecamItemChanged.Barcodes
Type
String
Example
1234, 5678, 9101

Barcodes added A comma separated list of ingredient barcodes that were added.

Slug
barcodes_added
Filter code
Smarter.fridgecamItemChanged.BarcodesAdded
Type
String
Example
3456, 7890

Barcodes removed A comma separated list of ingredient barcodes that were removed.

Slug
barcodes_removed
Filter code
Smarter.fridgecamItemChanged.BarcodesRemoved
Type
String
Example
2345, 6789