v1Recursos/Reviews/postAgregar una nota a una reseña
Agregar una nota a una reseña
Adjunta una nota a una reseña.
post
reviews:write/api/v1/reviews/notesCuerpo de la solicitud
reviewIdstringobligatorio
La reseña a la que se adjuntará la nota.
bodystringobligatorio
El texto de la nota.
Respuesta
dataobjectopcional
idstringopcional
El ID de la nota.
bodystringopcional
El texto de la nota.
authorUserIdstringopcional
El miembro del equipo que escribió la nota.
authorNamestringopcional
El nombre visible del autor, o null si no está disponible.
createdAtstringopcional
Fecha en que se escribió la nota, como marca de tiempo ISO 8601.
Errores
400A la solicitud le falta un parámetro obligatorio o es inválida de otra forma.
401La clave de API falta, es inválida, expiró o fue revocada.
403A la clave le falta el permiso requerido, o no está autorizada para este cliente/ubicación.
404El recurso no se encontró, o no pertenece a su agencia.
429Demasiadas solicitudes. Reintente tras el número de segundos indicado en el encabezado Retry-After.
post/api/v1/reviews/notes
Su clave de API
Cuerpo de la solicitud*
{
"data": {
"id": "cm_note_1",
"body": "Called the patient back — resolved.",
"authorUserId": "cm_user_1",
"authorName": "Jamie Rivera",
"createdAt": "2026-02-01T10:00:00.000Z"
}
}Guías que usan este endpoint
- How to Build a Reputation Management PlatformArchitecture and API calls for a multi-client reputation management platform on Synup: review ingestion, reply workflows, invites, widgets and reporting.
- How to Build an AI Agent for Local SEOBuild an AI agent that audits and fixes listings, tracks local rankings, checks AI visibility and drafts review replies with Synup's MCP server or REST tools.
- How to Build an AI Agent That Responds to ReviewsBuild an AI agent that drafts and posts review replies, with rating-based guardrails, human approval for negatives, and protection against injection.
- How to Fetch and Respond to Reviews via APIFetch reviews from Google, Facebook and custom review sites, filter them, post owner replies, add internal notes and read review analytics with the Synup API.
- How to Build Automated Review-Response WorkflowsBuild a review-response workflow that routes reviews by rating and sentiment, drafts replies, approves them, and pushes them back to the platform.
- Respond to a Review via APIPost an owner reply to a review with the Synup API, read the push status back, and know which failures are worth a retry.