API Endpoint for Posting Comments on Workouts & Nutrition Logs
As a coach who uses the Trainerize API to automate and scale my business, the single biggest bottleneck in my workflow is the inability to post comments on client workouts and nutrition logs via the API.
Currently, the API is great for pulling data (workouts, nutrition, etc.) and sending DMs. However, to provide the personalized feedback that clients expect directly on their calendar entries, we have to resort to manual browser automation. This doesn’t scale.
The Problem:
• Manually posting comments through the browser is slow and resource-intensive.
• It prevents true automation of the client feedback loop.
• It limits our ability to scale our coaching services to thousands of clients while maintaining a high-touch, personalized experience.
The Solution:
Please add API endpoints that allow us to post comments programmatically:
• `POST /dailyWorkout/{id}/comment` with a `{"comment": "Great job on this!"}` body.
• `POST /dailyNutrition/{id}/comment` with a `{"comment": "Looks good, keep it up!"}` body.
Why this matters:
This one feature would unlock massive scalability for any coach using the API. It would allow us to build fully automated check-in systems that provide data-driven, personalized feedback directly where clients see it most. This is a huge value-add for both coaches and clients.
Thank you for considering this critical feature.