Hello!
So i'm unsure if this has been asked before/i have no idea how i would search for it. But I am trying to create a automation that looks at the Grocy Chore or Task list, and pulls the name of each chore, along with the date, to push notifications to the related user's phone.
With the integration, there is a entity called grocy chores, with the following attributes:
Chores
- id: 1
name: Take Trash Out
description: null
period_type: weekly
period_config: monday
period_days: 1
track_date_only: false
rollover: true
assignment_type: in-alphabetical-order
assignment_config: '3'
next_execution_assigned_to_user_id: 3
userfields: null
last_tracked_time: null
next_estimated_execution_time: '2025-03-24T07:30:00'
last_done_by: null
track_count: 0
next_execution_assigned_user:
id: 3
username: Name2
first_name: Name2
last_name: no
display_name: Name2
- id: 2
name: Take Trash Back
description: null
period_type: weekly
period_config: monday
period_days: 1
track_date_only: false
rollover: true
assignment_type: in-alphabetical-order
assignment_config: '2'
next_execution_assigned_to_user_id: 2
userfields: null
last_tracked_time: null
next_estimated_execution_time: '2025-03-24T11:30:00'
last_done_by: null
track_count: 0
next_execution_assigned_user:
id: 2
username: Name1
first_name: Name1
last_name: no
display_name: Name1
- id: 3
name: Take Recycling Out
description: null
period_type: weekly
period_config: thursday
period_days: 1
track_date_only: false
rollover: true
assignment_type: in-alphabetical-order
assignment_config: '3'
next_execution_assigned_to_user_id: 3
userfields: null
last_tracked_time: null
next_estimated_execution_time: '2025-03-20T07:30:00'
last_done_by: null
track_count: 0
next_execution_assigned_user:
id: 3
username: Name2
first_name: Name2
last_name: no
display_name: Name2
- id: 4
name: Take Recycling Back
description: null
period_type: weekly
period_config: thursday
period_days: 1
track_date_only: false
rollover: true
assignment_type: in-alphabetical-order
assignment_config: '2'
next_execution_assigned_to_user_id: 2
userfields: null
last_tracked_time: null
next_estimated_execution_time: '2025-03-20T11:30:00'
last_done_by: null
track_count: 0
next_execution_assigned_user:
id: 2
username: Name1
first_name: Name1
last_name: no
display_name: Name1
Count
4