PipedreamHQ / PipedreamHQ/pipedream

[Components] nutrient_workflow_automation

Open
#16,074 0 comments 0 reactions 0 assignees View on GitHub
triaged
Dominant language
JavaScript
Stars
11.7k
Forks
5.8k
Avg merge
3d 10h
Merged PRs (30d)
102

Description

# nutrient_workflow_automation
## URLs
- https://www.nutrient.io/guides/workflow-automation/admin-guide/development-resources/api-information/#generating-an-api-key
## 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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.