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 every time you add an item to your Shopping List.
- API endpoint slug
- amazon_alexa.shopping_item_created
Trigger fields
No fields for this trigger
Ingredients
Added itemThe text of the item added on the Shopping List.
- Slug
- text
- Filter code
- AmazonAlexa.shoppingItemCreated.AddedItem
- Type
- String
- Example
- Chocolates
Entire listA comma separted list of all items in the Shopping List.
- Slug
- shoppingItemsList
- Filter code
- AmazonAlexa.shoppingItemCreated.EntireList
- Type
- String
- Example
- Chocolate, Milk, Eggs
Added timeDate and time item was added.
- Slug
- createdTime
- Filter code
- AmazonAlexa.shoppingItemCreated.AddedTime
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00