food_preferences_upsert
Set or update food preferences for a contact. Replaces all fields - pass all known preferences, not just changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Additional notes about food preferences | |
| allergies | No | Food allergies (e.g. ["peanuts", "shellfish"]) | |
| contact_id | Yes | The contact ID | |
| disliked_foods | No | Disliked foods | |
| favorite_foods | No | Favorite foods | |
| dietary_restrictions | No | Dietary restrictions (e.g. ["vegetarian", "gluten-free"]) |