-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Description
nutrient_workflow_automation
URLs
Webhook Sources
new-nutrient-log-instant
Description
Emit new event when a user logs a new nutrient intake entry. Requires selection of user ID or user group (optional) to monitor.
new-meal-plan-instant
Description
Emit new event when a new meal plan is created for a user. Useful for initiating downstream workflows tied to dietary planning. Requires user ID (optional) for filtering.
new-goal-achievement-instant
Description
Emit new event when a user reaches a nutritional goal (e.g., daily calorie target, protein intake). Requires selection of user ID or goal type (optional) to filter events.
Actions
create-nutrient-log
Description
Create a new nutrient intake log entry for a user. Requires user ID, nutrient details (e.g., name, quantity, unit), and timestamp. Optional fields include meal context and notes.
assign-meal-plan
Description
Assign an existing meal plan to a user. Requires meal plan ID and user ID. Optional scheduling parameters can be provided (start date, duration).
update-nutrient-goal
Description
Update a user's nutrient intake goal. Requires user ID, nutrient type, and new target value. Optional fields include time-range and notes.