Add Item to Day
add_to_dayFull Description
Add a note, activity, or point of interest to a specific day in a waypoint. Use list_days to get day IDs.
Parameters (4 required, 6 optional)
tripIdstringThe trip ID
typestringItem type: NOTE for a text note, ACTIVITY for a custom activity, NEARBY_PLACE to link an existing POI
NOTEACTIVITYNEARBY_PLACEwaypointDayIdstringThe day ID (from list_days)
waypointIdstringThe waypoint ID
activityEmojistringEmoji for the activity
activityNamestringActivity name (required for ACTIVITY type)
endTimestringEnd time (HH:mm format, e.g. "10:30")
notestringText content (for NOTE type, or additional note for other types)
poiIdstringPoint of interest ID (required for NEARBY_PLACE type)
startTimestringStart time (HH:mm format, e.g. "09:00")