AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
SmarterSmarter

FridgeCam detects that an item has changed in the fridge

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

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 an item is added to, or removed from, the fridge.
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 atDate and time event was created.

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

Battery percentageThe battery percentage.

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

TemperatureThe fridge temperature in degrees C.

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

IngredientsA comma separated list of ingredients.

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

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

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

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

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

BarcodesA comma separated list of ingredient barcodes.

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

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

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

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

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